Re: pgsql: Fix cross-version upgrade test breakage from commit fe07100e82.

2025-07-02 Thread Andrew Dunstan
On 2025-07-02 We 2:27 PM, Nathan Bossart wrote: Fix cross-version upgrade test breakage from commit fe07100e82. In commit fe07100e82, I renamed a couple of functions in test_dsm_registry to make it clear what they are testing. However, the buildfarm's cross-version upgrade tests run pg_upgrad

Re: pgsql: Fix cross-version upgrade test breakage from commit fe07100e82.

2025-07-02 Thread Nathan Bossart
On Wed, Jul 02, 2025 at 03:43:02PM -0400, Andrew Dunstan wrote: > On 2025-07-02 We 2:27 PM, Nathan Bossart wrote: >> To fix, revert those renames. I could probably get away with only >> un-renaming the C symbols, but I figured I'd avoid introducing >> function name mismatches. Also, AFAICT the bu

pgsql: Fix cross-version upgrade test breakage from commit fe07100e82.

2025-07-02 Thread Nathan Bossart
Fix cross-version upgrade test breakage from commit fe07100e82. In commit fe07100e82, I renamed a couple of functions in test_dsm_registry to make it clear what they are testing. However, the buildfarm's cross-version upgrade tests run pg_upgrade with the test modules installed, so this caused er