Correct expected output for tablespace test case
authorPavan Deolasee <pavan.deolasee@gmail.com>
Wed, 28 Jun 2017 04:36:06 +0000 (10:06 +0530)
committerPavan Deolasee <pavan.deolasee@gmail.com>
Wed, 28 Jun 2017 04:36:06 +0000 (10:06 +0530)
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

index d5ef1715f173f9ba4e651acb95744fe4a8abb171..40f8a72f5f31c91caf3daea51de3381b1eb499d8 100644 (file)
@@ -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