mirror of https://github.com/citusdata/citus.git
Partition drop first
parent
b102c6ce45
commit
3cfa2549e2
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue