pgsql: Further 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 further fix pg_upgrade crossversion test for adminpack.
Date: 2024-03-04 18:10:36
Message-ID: E1rhClo-0024Gh-8k@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Further further fix pg_upgrade crossversion test for adminpack.

Apparently, buildfarm animal crake has the adminpack regression DB
named as "regression_adminpack" in some branches. Not clear why
I didn't see that when testing here. In any case, drop that too.

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

Branch
------
master

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

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

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2024-03-04 18:33:48 pgsql: Fix incremental backup interaction with XLOG_DBASE_CREATE_FILE_C
Previous Message Alvaro Herrera 2024-03-04 17:36:55 Re: pgsql: Improve performance of subsystems on top of SLRU