Add replication slot check to "repmgr node check"

This commit is contained in:
Ian Barwick
2017-08-16 11:17:02 +09:00
parent 3e9ce6fe38
commit 4c0d719cdb
7 changed files with 276 additions and 103 deletions

View File

@@ -88,6 +88,7 @@ typedef struct
bool downstream;
bool replication_lag;
bool role;
bool slots;
/* "node join" options */
char config_files[MAXLEN];
@@ -133,7 +134,7 @@ typedef struct
/* "node status" options */ \
false, \
/* "node check" options */ \
false, false, false, false,\
false, false, false, false, false, \
/* "node join" options */ \
"", \
/* "node service" options */ \