Thread: PQsetnonblocking question

PQsetnonblocking question

From
"Tim Barnard"
Date:
Hello folks,
 
I have rev 7.0.3 and the docs for PQsetnonblocking show  a single argument:
PGconn * conn, however the include for libpq-fe.h shows two arguments:
PGconn * conn, int arg. Can anyone tell me what int arg is used for? Do I even need to use PQsetnonblocking if I'm not using a select statement?
 
Tim
HCC