Removes unnecessary changes

test_branch
gindibay 2023-07-28 15:57:56 +03:00
parent b178a7524c
commit 20ae610cdc
1 changed files with 0 additions and 3 deletions

View File

@ -376,9 +376,6 @@ SELECT citus_update_node(:worker_1_node, 'localhost', 9992);
SELECT citus_nodename_for_nodeid(:worker_1_node);
SELECT citus_nodeport_for_nodeid(:worker_1_node);
--citus_pause_node allows pausing a node from the non-default cluster
--TODO add test cases here
SELECT nodeid AS worker_1_node FROM pg_dist_node WHERE nodeport=:worker_1_port \gset