]> granicus.if.org Git - postgresql/commitdiff
Paper over pg_upgrade test failure
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 20 Jan 2017 17:00:00 +0000 (12:00 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 20 Jan 2017 15:00:37 +0000 (10:00 -0500)
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.

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

index 47b04f1a57a93a5470df8de85a92f5547bfea7f3..5784b0fded47baa8d0cde9a825a9e362e9baf668 100644 (file)
@@ -150,6 +150,7 @@ DROP TABLE testpub_tbl1;
 
 DROP PUBLICATION testpub_default;
 DROP PUBLICATION testpib_ins_trunct;
+DROP PUBLICATION testpub_fortbl;
 DROP SCHEMA pub_test CASCADE;
 NOTICE:  drop cascades to table pub_test.testpub_nopk
 RESET SESSION AUTHORIZATION;
index 89a31672fa8d336bea6dd30a792352eddce69b2f..87797884d25367f2772fff0e3c814542dbc030c3 100644 (file)
@@ -75,6 +75,7 @@ DROP TABLE testpub_tbl1;
 
 DROP PUBLICATION testpub_default;
 DROP PUBLICATION testpib_ins_trunct;
+DROP PUBLICATION testpub_fortbl;
 
 DROP SCHEMA pub_test CASCADE;