mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 00:26:30 +00:00
Add "repmgr node check --downstream"
This commit is contained in:
@@ -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 */ \
|
||||
|
||||
Reference in New Issue
Block a user