Add --help output for "repmgr cluster"

This commit is contained in:
Ian Barwick
2017-08-16 16:33:07 +09:00
parent 4efc8fb9ce
commit 8ff545f9ae
3 changed files with 77 additions and 15 deletions

View File

@@ -2008,6 +2008,8 @@ get_all_node_records_with_upstream(PGconn *conn, NodeInfoList *node_list)
_populate_node_records(res, node_list);
PQclear(res);
return;
}