Add "repmgr node check --downstream"

This commit is contained in:
Ian Barwick
2017-08-15 15:50:46 +09:00
parent 10ef30096c
commit 554673e83e
8 changed files with 169 additions and 11 deletions

View File

@@ -85,6 +85,7 @@ typedef struct
/* "node check" options */
bool archiver;
bool downstream;
bool replication_lag;
bool role;
@@ -132,7 +133,7 @@ typedef struct
/* "node status" options */ \
false, \
/* "node check" options */ \
false, false, false, \
false, false, false, false,\
/* "node join" options */ \
"", \
/* "node service" options */ \