mirror of https://github.com/citusdata/citus.git
remove not used files
parent
ff234fbfd2
commit
bcb00e3318
|
@ -1,5 +0,0 @@
|
||||||
ALTER SYSTEM SET citus.enable_metadata_sync TO OFF;
|
|
||||||
SELECT pg_reload_conf();
|
|
||||||
|
|
||||||
SET client_min_messages TO ERROR;
|
|
||||||
SELECT stop_metadata_sync_to_node(nodename, nodeport) FROM pg_dist_node WHERE isactive = 't' and noderole = 'primary';
|
|
|
@ -1,6 +0,0 @@
|
||||||
ALTER SYSTEM SET citus.enable_metadata_sync TO ON;
|
|
||||||
SELECT pg_reload_conf();
|
|
||||||
SELECT pg_sleep(0.1);
|
|
||||||
|
|
||||||
SET client_min_messages TO ERROR;
|
|
||||||
SELECT start_metadata_sync_to_node(nodename, nodeport) FROM pg_dist_node WHERE isactive = 't' and noderole = 'primary';
|
|
Loading…
Reference in New Issue