Add "repmgr cluster show"

This commit is contained in:
Ian Barwick
2017-07-19 17:36:21 +09:00
parent d3776ad13e
commit 49ac9cf9ca
8 changed files with 225 additions and 25 deletions

View File

@@ -37,6 +37,9 @@ typedef struct
bool terse;
bool verbose;
/* output options */
bool csv;
/* standard connection options */
char dbname[MAXLEN];
char host[MAXLEN];
@@ -84,6 +87,8 @@ typedef struct
"", false, false, "", false, \
/* logging options */ \
"", false, false, false, \
/* output options */ \
false, \
/* database connection options */ \
"", "", "", "", \
/* other connection options */ \