Merge branch 'alter_user_propagation' of https://github.com/citusdata/citus into alter_user_propagation

pull/7204/head
gindibay 2023-09-18 22:59:17 +03:00
commit 32ea2246da
2 changed files with 2 additions and 5 deletions

View File

@ -639,11 +639,7 @@ SELECT pg_reload_conf();
t
(1 row)
SET client_min_messages TO ERROR;
DROP SCHEMA "citus_split_test_schema" CASCADE;
NOTICE: drop cascades to 4 other objects
DETAIL: drop cascades to table citus_split_test_schema.sensors
drop cascades to table citus_split_test_schema.reference_table
drop cascades to table citus_split_test_schema.colocated_dist_table
drop cascades to table citus_split_test_schema.table_with_index_rep_identity
DROP ROLE test_shard_split_role;
--END : Cleanup

View File

@ -317,6 +317,7 @@ SELECT run_command_on_workers($$SELECT count(*) FROM pg_subscription$$);
ALTER SYSTEM RESET citus.defer_shard_delete_interval;
SELECT pg_reload_conf();
SET client_min_messages TO ERROR;
DROP SCHEMA "citus_split_test_schema" CASCADE;
DROP ROLE test_shard_split_role;
--END : Cleanup