Fixes code changes

test_branch
gindibay 2023-08-17 13:40:48 +03:00
parent 7ac5f21dc0
commit 458edd8294
1 changed files with 4 additions and 0 deletions

View File

@ -135,6 +135,10 @@ static void SetNodeMetadata(MetadataSyncContext *context, bool localOnly);
static void EnsureTransactionalMetadataSyncMode(void);
static void LockShardsInWorkerPlacementList(WorkerNode *workerNode, LOCKMODE
lockMode);
static BackgroundWorkerHandle * CheckBackgroundWorkerToObtainLocks(int32 lock_cooldown);
static BackgroundWorkerHandle * LockPlacementsWithBackgroundWorkersInPrimaryNode(WorkerNode *workerNode, bool force, int32 lock_cooldown);
/* Function definitions go here */
/* declarations for dynamic loading */
PG_FUNCTION_INFO_V1(citus_set_coordinator_host);