diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/test/regress/expected/publication.out | 1 | ||||
-rw-r--r-- | src/test/regress/sql/publication.sql | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/test/regress/expected/publication.out b/src/test/regress/expected/publication.out index 47b04f1a57a..5784b0fded4 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 89a31672fa8..87797884d25 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; |