Commit 6c488ea1 authored by Peter Eisentraut's avatar Peter Eisentraut

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.
parent e4c27f5b
...@@ -150,6 +150,7 @@ DROP TABLE testpub_tbl1; ...@@ -150,6 +150,7 @@ DROP TABLE testpub_tbl1;
DROP PUBLICATION testpub_default; DROP PUBLICATION testpub_default;
DROP PUBLICATION testpib_ins_trunct; DROP PUBLICATION testpib_ins_trunct;
DROP PUBLICATION testpub_fortbl;
DROP SCHEMA pub_test CASCADE; DROP SCHEMA pub_test CASCADE;
NOTICE: drop cascades to table pub_test.testpub_nopk NOTICE: drop cascades to table pub_test.testpub_nopk
RESET SESSION AUTHORIZATION; RESET SESSION AUTHORIZATION;
......
...@@ -75,6 +75,7 @@ DROP TABLE testpub_tbl1; ...@@ -75,6 +75,7 @@ DROP TABLE testpub_tbl1;
DROP PUBLICATION testpub_default; DROP PUBLICATION testpub_default;
DROP PUBLICATION testpib_ins_trunct; DROP PUBLICATION testpib_ins_trunct;
DROP PUBLICATION testpub_fortbl;
DROP SCHEMA pub_test CASCADE; DROP SCHEMA pub_test CASCADE;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment