Partition drop first

tx_metadata_sync
Onder Kalaci 2022-11-29 15:06:48 +01:00
parent b102c6ce45
commit 3cfa2549e2
1 changed files with 4 additions and 2 deletions

View File

@ -880,7 +880,9 @@ SyncDistributedObjectsToNodeList(List *workerNodeList)
char *commandStr; char *commandStr;
foreach_ptr(commandStr, commandList) foreach_ptr(commandStr, commandList)
ExecuteRemoteCommandInConnectionList(connectionList, commandStr); {
ExecuteRemoteCommandInConnectionList(connectionList, commandStr);
}
MultiConnection *connection; MultiConnection *connection;
foreach_ptr(connection, connectionList) foreach_ptr(connection, connectionList)
@ -1246,7 +1248,7 @@ ActivateNodeList(List *nodeList)
* replicating reference tables to the remote node, as reference tables may * replicating reference tables to the remote node, as reference tables may
* need such objects. * need such objects.
*/ */
SyncDistributedObjectsToNodeList(nodeToSyncMetadata); //SyncDistributedObjectsToNodeList(nodeToSyncMetadata);
/* /*
* Sync node metadata. We must sync node metadata before syncing table * Sync node metadata. We must sync node metadata before syncing table