You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If <function>PQconnectStart</> succeeds, the next stage is to poll <application>libpq</> so that it may
345
-
proceed with the connection sequence. Loop thus: Consider a connection
346
-
<quote>inactive</quote> by default. If <function>PQconnectPoll</function> last returned <symbol>PGRES_POLLING_ACTIVE</>,
347
-
consider it <quote>active</quote> instead. If <function>PQconnectPoll(conn)</function> last returned
345
+
proceed with the connection sequence. Loop thus: If <function>PQconnectPoll(conn)</function> last returned
348
346
<symbol>PGRES_POLLING_READING</symbol>, perform a <function>select()</> for reading on the socket determined using <function>PQsocket(conn)</function>. If
349
347
it last returned <symbol>PGRES_POLLING_WRITING</symbol>, perform a <function>select()</> for writing on
350
348
that same socket. If you have yet to call <function>PQconnectPoll</function>, i.e., after the call
0 commit comments