From: Pavan Deolasee Date: Wed, 28 Jun 2017 04:36:06 +0000 (+0530) Subject: Correct expected output for tablespace test case X-Git-Tag: XL_10_R1BETA1~266 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=d7f54211b1d12b753a15b22ca7db481ddcfde684;p=postgres-xl.git 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. --- 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