mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 08:36:30 +00:00
Add replication slot check to "repmgr node check"
This commit is contained in:
@@ -72,6 +72,7 @@
|
||||
#define OPT_SIBLINGS_FOLLOW 1036
|
||||
#define OPT_ROLE 1037
|
||||
#define OPT_DOWNSTREAM 1038
|
||||
#define OPT_SLOTS 1039
|
||||
/* deprecated since 3.3 */
|
||||
#define OPT_DATA_DIR 999
|
||||
#define OPT_NO_CONNINFO_PASSWORD 998
|
||||
@@ -143,6 +144,7 @@ static struct option long_options[] =
|
||||
{"downstream", no_argument, NULL, OPT_DOWNSTREAM },
|
||||
{"replication-lag", no_argument, NULL, OPT_REPLICATION_LAG },
|
||||
{"role", no_argument, NULL, OPT_ROLE },
|
||||
{"slots", no_argument, NULL, OPT_SLOTS },
|
||||
|
||||
/* "node join" options */
|
||||
{"config-files", required_argument, NULL, OPT_CONFIG_FILES },
|
||||
|
||||
Reference in New Issue
Block a user