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

Commit6c488ea

Browse files
committed
Paper over pg_upgrade test failure
The publication test didn't drop all the publications it was creatingwhen it was probably intending to do that. There is still a bug withdependency tracking in there, but this should at least quiet down thebuild farm.
1 parente4c27f5 commit6c488ea

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

‎src/test/regress/expected/publication.out

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ DROP TABLE testpub_tbl1;
150150

151151
DROP PUBLICATION testpub_default;
152152
DROP PUBLICATION testpib_ins_trunct;
153+
DROP PUBLICATION testpub_fortbl;
153154
DROP SCHEMA pub_test CASCADE;
154155
NOTICE: drop cascades to table pub_test.testpub_nopk
155156
RESET SESSION AUTHORIZATION;

‎src/test/regress/sql/publication.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ DROP TABLE testpub_tbl1;
7575

7676
DROP PUBLICATION testpub_default;
7777
DROP PUBLICATION testpib_ins_trunct;
78+
DROP PUBLICATION testpub_fortbl;
7879

7980
DROPSCHEMA pub_test CASCADE;
8081

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp