Skip to content

Commit 6c488ea

Browse files
committed
Paper over pg_upgrade test failure
The publication test didn't drop all the publications it was creating when it was probably intending to do that. There is still a bug with dependency tracking in there, but this should at least quiet down the build farm.
1 parent e4c27f5 commit 6c488ea

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
DROP SCHEMA pub_test CASCADE;
8081

0 commit comments

Comments
 (0)