mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-27 00:46:29 +00:00
Minor coding style fixes
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user