mirror of https://github.com/citusdata/citus.git
Update src/test/regress/expected/minimal_cluster_management.out
Co-authored-by: Onur Tirtir <onurcantirtir@gmail.com>pull/7563/head
parent
98111eed96
commit
98b600058b
|
@ -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
|
||||
---------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue