Fix cross-version upgrade tests after f0827b443.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: e8aecc5c2ce1d3b2b1b01bd770c14f5214c2a369
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2024-02-28T22:47:25Z
Releases: 17.0
Fix cross-version upgrade tests after f0827b443.

Removing the get_columns_length() function from regress.so
means we have to drop it when testing upgrades from versions
that had it.  Per buildfarm.

Discussion: https://postgr.es/m/2520881.1709159002@sss.pgh.pa.us

Files

PathChange+/−
src/test/perl/PostgreSQL/Test/AdjustUpgrade.pm modified +7 −0

Discussion