Adds shard selects to debug

pull/7240/head
gindibay 2023-10-27 11:03:05 +03:00
parent b41feadd97
commit b28210c04f
1 changed files with 4 additions and 1 deletions

View File

@ -1047,8 +1047,11 @@ SELECT result from run_command_on_all_nodes(
$$ $$
) ORDER BY result; ) ORDER BY result;
select * from pg_dist_partition;
select * from pg_dist_placement;
select * from pg_dist_shard;
select 1 from citus_remove_node('localhost', :worker_2_port); select citus_remove_node('localhost', :worker_2_port);
SET citus.log_remote_commands = true; SET citus.log_remote_commands = true;