pgsql: Fix crossversion test for unsupported versions

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix crossversion test for unsupported versions
Date: 2024-03-04 14:13:29
Message-ID: E1rh94L-0022tZ-Jj@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/084cff7899d62c142f5c5190ef6924a0ffe93893

Modified Files
--------------
src/test/perl/PostgreSQL/Test/AdjustUpgrade.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2024-03-04 15:17:58 Re: pgsql: Improve performance of subsystems on top of SLRU
Previous Message Daniel Gustafsson 2024-03-04 13:39:38 pgsql: Adjust pg_upgrade crossversion test for adminpack