mirror of https://github.com/citusdata/citus.git
fix disable_object_propagation test for pg12
parent
eccba1d4c3
commit
72015faeb2
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue