citus/src/backend/distributed/operations
Onur Tirtir 452b6a2212 Hint users to call "citus_set_coordinator_host" first (#6425)
If an operation requires having coordinator in pg_dist_node and if that
is not the case, then we automatically add the coordinator into
pg_dist_node if user didn't add any worker nodes yet.

However, if user have already added some worker nodes before, we throw
an error. With this commit, we improve the error thrown in that case.

Closes #6423 based on the discussion made there.

(cherry picked from commit 20847515fa)
2022-10-12 18:29:39 +03:00
..
citus_create_restore_point.c Move CheckCitusVersion to the top of each function 2021-06-01 17:43:46 +02:00
citus_split_shard_by_split_points.c Add non-blocking variant of create_distributed_table (#6087) 2022-08-30 15:35:40 +03:00
citus_tools.c Allow distributed execution from run_command_on_* functions 2022-05-20 15:26:47 +02:00
create_shards.c Fix reference table lock contention (#6173) 2022-08-17 18:19:28 +02:00
delete_protocol.c Prevent cache usage on citus_drop_trigger codepaths 2021-11-18 20:24:51 +03:00
health_check.c Make pg_version_compat.h and listutils.c dependency-free. (#5548) 2022-01-04 23:02:08 -08:00
isolate_shards.c Fix bug preventing isolate_tenant_to_new_shard with text column (#6320) 2022-09-12 16:29:57 +02:00
modify_multiple_shards.c Remove unused functions (#6220) 2022-08-22 11:53:25 +03:00
node_protocol.c Remove useless version compats 2022-07-29 10:31:55 +02:00
partitioning.c Move CheckCitusVersion to the top of each function 2021-06-01 17:43:46 +02:00
shard_cleaner.c Reuse connections for Splits and Logical Replication (#6314) 2022-09-26 16:53:38 +02:00
shard_rebalancer.c Show citus_copy_shard_placement progress in get_rebalance_progress (#6322) 2022-09-13 08:59:52 +00:00
shard_split.c Reuse connections for Splits and Logical Replication (#6314) 2022-09-26 16:53:38 +02:00
shard_transfer.c Show citus_copy_shard_placement progress in get_rebalance_progress (#6322) 2022-09-13 08:59:52 +00:00
stage_protocol.c Use CreateSimpleHash (and variants) whenever possible (#6177) 2022-08-17 13:01:59 +03:00
worker_copy_table_to_node_udf.c Support changing CPU priorities for backends and shard moves (#6126) 2022-08-16 13:07:17 +03:00
worker_node_manager.c Hint users to call "citus_set_coordinator_host" first (#6425) 2022-10-12 18:29:39 +03:00
worker_shard_copy.c Shard Split for Citus (#6029) 2022-07-18 02:54:15 -07:00
worker_split_copy_udf.c Shard Split : Add / Update logging (#6336) 2022-09-16 10:11:37 -07:00
worker_split_shard_release_dsm_udf.c Add worker_split_shard_release_dsm udf to release dynamic shared memory (#6248) 2022-08-26 18:27:32 +05:30
worker_split_shard_replication_setup_udf.c Rename a function that collides with PG15 (#6422) 2022-10-12 17:01:21 +03:00