Improve comment

preventConflictingFlags
Onder Kalaci 2020-04-06 13:26:24 +02:00
parent ef49e8ba04
commit 7cad050b62
1 changed files with 1 additions and 0 deletions

View File

@ -708,6 +708,7 @@ master_update_node(PG_FUNCTION_ARGS)
UpdateNodeLocation(nodeId, newNodeNameString, newNodePort);
/* we should be able to find the new node from the metadata */
workerNode = FindWorkerNode(newNodeNameString, newNodePort);
Assert(workerNode->nodeId == nodeId);