mirror of https://github.com/citusdata/citus.git
DROP TABLE becomes idempotent for metadata sync - t2
parent
e0f2c3fa52
commit
18298b5ab1
|
@ -878,9 +878,8 @@ UpdateLocalGroupIdOnNode(WorkerNode *workerNode)
|
||||||
|
|
||||||
/* send commands to new workers, the current user should be a superuser */
|
/* send commands to new workers, the current user should be a superuser */
|
||||||
Assert(superuser());
|
Assert(superuser());
|
||||||
SendMetadataCommandListToWorkerListInCoordinatedTransaction(
|
SendBareCommandListToWorkers(
|
||||||
list_make1(workerNode),
|
list_make1(workerNode),
|
||||||
CurrentUserName(),
|
|
||||||
commandList);
|
commandList);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue