mirror of https://github.com/citusdata/citus.git
15 lines
448 B
Plaintext
15 lines
448 B
Plaintext
-- removing coordinator from pg_dist_node should update pg_dist_colocation
|
|
SELECT master_remove_node('localhost', :master_port);
|
|
master_remove_node
|
|
---------------------------------------------------------------------
|
|
|
|
(1 row)
|
|
|
|
-- restore coordinator for the rest of the tests
|
|
SELECT citus_set_coordinator_host('localhost', :master_port);
|
|
citus_set_coordinator_host
|
|
---------------------------------------------------------------------
|
|
|
|
(1 row)
|
|
|