Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcb6945d

Browse files
committed
Further further fix pg_upgrade crossversion test for adminpack.
Apparently, buildfarm animal crake has the adminpack regression DBnamed as "regression_adminpack" in some branches. Not clear whyI 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 parentfce2ce7 commitcb6945d

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)

[8]ページ先頭

©2009-2025 Movatter.jp