mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 00:26:30 +00:00
Add replication slot check to "repmgr node check"
This commit is contained in:
@@ -438,6 +438,10 @@ main(int argc, char **argv)
|
||||
runtime_options.role = true;
|
||||
break;
|
||||
|
||||
case OPT_SLOTS:
|
||||
runtime_options.slots = true;
|
||||
break;
|
||||
|
||||
/* "node join" options *
|
||||
* ------------------- */
|
||||
case OPT_CONFIG_FILES:
|
||||
|
||||
Reference in New Issue
Block a user