Fix inaccurate comment on SetNodeState

pull/1519/head
Brian Cloutier 2017-08-03 10:46:47 +03:00 committed by Brian Cloutier
parent bf197e9f0c
commit 3769381366
1 changed files with 1 additions and 1 deletions

View File

@ -772,7 +772,7 @@ AddNodeMetadata(char *nodeName, int32 nodePort, int32 groupId, char *nodeRack,
/*
* SetNodeState function sets the isactive column of the specified worker in
* pg_dist_node to true.
* pg_dist_node to isActive.
*/
static void
SetNodeState(char *nodeName, int32 nodePort, bool isActive)