@@ -279,7 +279,6 @@ is_pgup(PGconn *conn, int timeout)
/* Check the connection status twice in case it changes after reset */
booltwice=false;
/* Check the connection status twice in case it changes after reset */
for(;;)
{
if(PQstatus(conn)!=CONNECTION_OK)
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.