mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
"standby follow": add missing sleep() call when --wait specified
This commit is contained in:
@@ -1445,7 +1445,9 @@ do_standby_follow(void)
|
||||
{
|
||||
break;
|
||||
}
|
||||
sleep(1);
|
||||
}
|
||||
|
||||
PQfinish(local_conn);
|
||||
|
||||
if (PQstatus(primary_conn) != CONNECTION_OK)
|
||||
|
||||
Reference in New Issue
Block a user