mirror of https://github.com/citusdata/citus.git
Merge branch 'alter_database_nonmain2' of https://github.com/citusdata/citus into alter_database_nonmain2
commit
e24552493e
|
@ -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
|
||||
---------------------------------------------------------------------
|
||||
|
|
|
@ -1264,7 +1264,7 @@ SELECT bool_and(hasmetadata) AND bool_and(metadatasynced) FROM pg_dist_node WHER
|
|||
-- keep permissions compatible accross versions, in regression
|
||||
-- tests.
|
||||
GRANT ALL ON SCHEMA public TO PUBLIC;
|
||||
-- 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