- PQconnectStart
+ PQconnectStart,
PQconnectPoll
Make a connection to the database server in a non-blocking manner.
PGconn *PQconnectStart(const char *conninfo)
-PostgresPollingStatusType *PQconnectPoll(PQconn *conn)
+PostgresPollingStatusType PQconnectPoll(PGconn *conn)
These two routines are used to open a connection to a database server such
that your application's thread of execution is not blocked on remote I/O