Minor coding style fixes

This commit is contained in:
Ian Barwick
2020-09-01 13:35:13 +09:00
parent 466590af28
commit 13e7c679cd
3 changed files with 8 additions and 4 deletions

View File

@@ -5823,6 +5823,10 @@ is_downstream_node_attached(PGconn *conn, char *node_name, char **node_state)
return NODE_DETACHED; return NODE_DETACHED;
} }
/*
* If the connec
*/
state = PQgetvalue(res, 0, 1); state = PQgetvalue(res, 0, 1);
if (node_state != NULL) if (node_state != NULL)