Re: Improve TAP tests of pg_upgrade for cross-version tests
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Postgres hackers <pgsql-hackers@lists.postgresql.org>
Cc: Andrew Dunstan <andrew@dunslane.net>
Date: 2022-07-06T06:27:28Z
Lists: pgsql-hackers
Attachments
- v3-0001-Add-more-filtering-capabilities-in-the-dumps.patch (text/x-diff) patch v3-0001
On Thu, Jun 09, 2022 at 04:49:01PM +0900, Michael Paquier wrote: > Rebased to cope with the recent changes in this area. Please find attached an updated version of this patch, where I have extended the support of the upgrade script down to 9.5 as origin version, as ~9.4 now fail because of cluster_name, so Cluster.pm does not support that. FWIW, I have created an extra set of dumps down to 9.4. This adds proper handling for initdb --wal-segsize and --allow-group-access when it comes to v11~, as these options are missing in ~10. -- Michael
Commits
-
Add filtering capability for cross-version pg_upgrade tests
- 62be9e4cdc1d 16.0 landed