sync objects without coordinated tx

metadata_sync_final
Onder Kalaci 2022-12-01 18:17:41 +01:00
parent daaef20d71
commit 5243c0b515
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ activate_node_snapshot(PG_FUNCTION_ARGS)
list_make1(LocalGroupIdUpdateCommand(dummyWorkerNode->groupId));
List *dropMetadataCommandList = DropExistingMetadataCommandList();
ActivateNodeContext context;
context.commandList = NIL;
context.fetchCommands = true;
SyncDistributedObjects(context);
List *syncDistObjCommands = context.commandList;