DROP TABLE becomes idempotent for metadata sync - t2

metadata_sync_partially_non_tx
Onder Kalaci 2022-12-02 12:32:23 +01:00
parent e0f2c3fa52
commit 18298b5ab1
1 changed files with 1 additions and 2 deletions

View File

@ -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);
} }
} }