Merge pull request #3000 from citusdata/fix/disable_object_propagation-test-pg12

fix disable_object_propagation test for pg12
pull/2997/head
Philip Dubé 2019-09-19 15:55:06 +00:00 committed by GitHub
commit 46866066cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -119,7 +119,7 @@ $$);
(2 rows) (2 rows)
-- suppress any warnings during cleanup -- suppress any warnings during cleanup
SET client_min_messages TO fatal; SET client_min_messages TO error;
RESET citus.enable_object_propagation; RESET citus.enable_object_propagation;
DROP SCHEMA disabled_object_propagation CASCADE; DROP SCHEMA disabled_object_propagation CASCADE;
DROP SCHEMA disabled_object_propagation2 CASCADE; DROP SCHEMA disabled_object_propagation2 CASCADE;

View File

@ -74,7 +74,7 @@ GROUP BY pg_type.typname;
$$); $$);
-- suppress any warnings during cleanup -- suppress any warnings during cleanup
SET client_min_messages TO fatal; SET client_min_messages TO error;
RESET citus.enable_object_propagation; RESET citus.enable_object_propagation;
DROP SCHEMA disabled_object_propagation CASCADE; DROP SCHEMA disabled_object_propagation CASCADE;
DROP SCHEMA disabled_object_propagation2 CASCADE; DROP SCHEMA disabled_object_propagation2 CASCADE;