summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavan Deolasee2017-06-28 04:36:06 +0000
committerPavan Deolasee2017-06-28 04:36:06 +0000
commitd7f54211b1d12b753a15b22ca7db481ddcfde684 (patch)
tree6461a691bc24c4b7a310e350268e735d1540b88f
parente3e1c61e5ee9facf3b0a9bd6a0ce79da7011f9f2 (diff)
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.
-rw-r--r--src/test/regress/output/tablespace.source2
1 files changed, 1 insertions, 1 deletions
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