Update src/test/regress/expected/minimal_cluster_management.out

Co-authored-by: Onur Tirtir <onurcantirtir@gmail.com>
pull/7563/head
Gürkan İndibay 2024-03-28 13:14:58 +03:00 committed by GitHub
parent 98111eed96
commit 98b600058b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ DROP TABLE test_dist;
ALTER SEQUENCE pg_catalog.pg_dist_node_nodeid_seq RESTART 30;
ALTER SEQUENCE pg_catalog.pg_dist_groupid_seq RESTART 18;
ALTER SEQUENCE pg_catalog.pg_dist_placement_placementid_seq RESTART 83;
-- Enable ddl sync in all nodes
-- enable ddl propagation in all nodes
SELECT result from run_command_on_all_nodes('ALTER SYSTEM SET citus.enable_ddl_propagation TO ON');
result
---------------------------------------------------------------------