diff --git a/src/test/regress/expected/publication.out b/src/test/regress/expected/publication.out index 47b04f1a57..5784b0fded 100644 --- a/src/test/regress/expected/publication.out +++ b/src/test/regress/expected/publication.out @@ -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; diff --git a/src/test/regress/sql/publication.sql b/src/test/regress/sql/publication.sql index 89a31672fa..87797884d2 100644 --- a/src/test/regress/sql/publication.sql +++ b/src/test/regress/sql/publication.sql @@ -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;