pgsql: Adjust pg_upgrade crossversion test for adminpack

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Adjust pg_upgrade crossversion test for adminpack
Date: 2024-03-04 13:39:38
Message-ID: E1rh8Xa-0022iI-Cx@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Adjust pg_upgrade crossversion test for adminpack

Commit cc09e6549f which removed the adminpack extension failed to
instrument the crossversion pg_upgrade test to drop the extension
before attempting an upgrade to v17.

Discussion: https://postgr.es/m/0CFB76D0-0510-48B2-9916-1199F93BC28C@yesql.se

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/be7800674117756a63f3fee68ee4563eff303839

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

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2024-03-04 14:13:29 pgsql: Fix crossversion test for unsupported versions
Previous Message Daniel Gustafsson 2024-03-04 13:01:03 Re: pgsql: Remove the adminpack contrib extension