repmgrd: clarify master_response_timeout

This commit is contained in:
Ian Barwick
2016-11-01 15:56:57 +09:00
parent 251486546d
commit 556ff3c311
2 changed files with 2 additions and 4 deletions

View File

@@ -279,7 +279,6 @@ is_pgup(PGconn *conn, int timeout)
/* Check the connection status twice in case it changes after reset */
bool twice = false;
/* Check the connection status twice in case it changes after reset */
for (;;)
{
if (PQstatus(conn) != CONNECTION_OK)