Fix crossversion test for unsupported versions
authorDaniel Gustafsson
Mon, 4 Mar 2024 14:09:59 +0000 (15:09 +0100)
committerDaniel Gustafsson
Mon, 4 Mar 2024 14:09:59 +0000 (15:09 +0100)
commit084cff7899d62c142f5c5190ef6924a0ffe93893
tree7a265e34131ce25e2bea656fdd91718ba23a4322
parentbe7800674117756a63f3fee68ee4563eff303839
Fix crossversion test for unsupported versions

The fix in be78006741 only accounted for supported versions of postgres
but the crossversion test use 11 as the source version, which is an EOL
version.  Fix by removing the lower bound in the adminpack cleanup.

Discussion: https://postgr.es/m/0CFB76D0-0510-48B2-9916-1199F93BC28C@yesql.se
src/test/perl/PostgreSQL/Test/AdjustUpgrade.pm