Further fix pg_upgrade crossversion test for adminpack.
commitc8a61e350db40f81e088f2333fd30cc7f96a8b35
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 4 Mar 2024 16:31:32 +0000 (4 11:31 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 4 Mar 2024 16:31:32 +0000 (4 11:31 -0500)
treed6056972a695e762967778a9260baaea4890ff85
parent084cff7899d62c142f5c5190ef6924a0ffe93893
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
src/test/perl/PostgreSQL/Test/AdjustUpgrade.pm