mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 00:26:30 +00:00
repmgr standby follow: initial code
This commit is contained in:
@@ -204,6 +204,11 @@ main(int argc, char **argv)
|
||||
runtime_options.force = true;
|
||||
break;
|
||||
|
||||
/* -W/--wait */
|
||||
case 'W':
|
||||
runtime_options.wait = true;
|
||||
break;
|
||||
|
||||
/* database connection options */
|
||||
/* --------------------------- */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user