From d7f54211b1d12b753a15b22ca7db481ddcfde684 Mon Sep 17 00:00:00 2001 From: Pavan Deolasee Date: Wed, 28 Jun 2017 10:06:06 +0530 Subject: Correct expected output for tablespace test case The actual output correctly shows 4 dependent objects being removed. The discrepancy in expected output must have been a result of the merge conflict resolution. --- src/test/regress/output/tablespace.source | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/regress/output/tablespace.source b/src/test/regress/output/tablespace.source index d5ef1715f1..40f8a72f5f 100644 --- a/src/test/regress/output/tablespace.source +++ b/src/test/regress/output/tablespace.source @@ -241,7 +241,7 @@ NOTICE: no matching relations in tablespace "regress_tblspace_renamed" found -- Should succeed DROP TABLESPACE regress_tblspace_renamed; DROP SCHEMA testschema CASCADE; -NOTICE: drop cascades to 3 other objects +NOTICE: drop cascades to 4 other objects DETAIL: drop cascades to table testschema.foo drop cascades to table testschema.asselect drop cascades to table testschema.atable -- cgit v1.2.3