pgsql: Further fix pg_upgrade crossversion test for adminpack.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Further fix pg_upgrade crossversion test for adminpack.
Date: 2024-03-04 16:31:47
Message-ID: E1rhBEB-0023ix-0T@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Further fix pg_upgrade crossversion test for adminpack.

The DROP DATABASE step needs an "if exists" option, as the oldest
branches we test don't have the contrib_regression_adminpack DB.
Also remove unnecessary command to drop the extension from the
regression database; no version has installed it there during
buildfarm testing.

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

Branch
------
master

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2024-03-04 16:34:09 Re: pgsql: Remove the adminpack contrib extension
Previous Message Daniel Gustafsson 2024-03-04 16:11:47 Re: pgsql: Remove the adminpack contrib extension