mirror of https://github.com/citusdata/citus.git
test
parent
28ed013a91
commit
d95e0f0659
|
@ -114,16 +114,9 @@ EnsureDependenciesExistOnAllNodes(const ObjectAddress *target)
|
||||||
dependency->objectSubId, ExclusiveLock);
|
dependency->objectSubId, ExclusiveLock);
|
||||||
}
|
}
|
||||||
|
|
||||||
WorkerNode *workerNode = NULL;
|
SendMetadataCommandListToWorkerListInCoordinatedTransaction(workerNodeList,
|
||||||
foreach_ptr(workerNode, workerNodeList)
|
CitusExtensionOwnerName(),
|
||||||
{
|
ddlCommands);
|
||||||
const char *nodeName = workerNode->workerName;
|
|
||||||
uint32 nodePort = workerNode->workerPort;
|
|
||||||
|
|
||||||
SendCommandListToWorkerOutsideTransaction(nodeName, nodePort,
|
|
||||||
CitusExtensionOwnerName(),
|
|
||||||
ddlCommands);
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* We do this after creating the objects on the workers, we make sure
|
* We do this after creating the objects on the workers, we make sure
|
||||||
|
|
Loading…
Reference in New Issue