fix disable_object_propagation test for pg12

pull/3000/head
Nils Dijk 2019-09-19 17:40:24 +02:00
parent eccba1d4c3
commit 72015faeb2
No known key found for this signature in database
GPG Key ID: CA1177EF9434F241
2 changed files with 2 additions and 2 deletions

View File

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

View File

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