Skip to content

Commit cb6945d

Browse files
committed
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
1 parent fce2ce7 commit cb6945d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/test/perl/PostgreSQL/Test/AdjustUpgrade.pm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,10 @@ sub adjust_database_contents
111111
{
112112
_add_st($result, 'postgres',
113113
'drop database if exists contrib_regression_adminpack');
114+
_add_st($result, 'postgres',
115+
'drop database if exists regression_adminpack');
114116
delete($dbnames{'contrib_regression_adminpack'});
117+
delete($dbnames{'regression_adminpack'});
115118
}
116119

117120
# we removed this test-support function in v17

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy