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

@@ -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: