Обсуждение: PQsetnonblocking question

Поиск
Список
Период
Сортировка

PQsetnonblocking question

От
"Tim Barnard"
Дата:
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