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

+3
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)