mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-27 00:46:29 +00:00
"node check": add server role check
This commit is contained in:
@@ -430,6 +430,10 @@ main(int argc, char **argv)
|
||||
runtime_options.replication_lag = true;
|
||||
break;
|
||||
|
||||
case OPT_ROLE:
|
||||
runtime_options.role = true;
|
||||
break;
|
||||
|
||||
/* "node join" options *
|
||||
* ------------------- */
|
||||
case OPT_CONFIG_FILES:
|
||||
|
||||
Reference in New Issue
Block a user