Magnus Hagander wrote:
> 2010/1/17 Heikki Linnakangas <[email protected]>:
>> We could replace the blocking PQexec() calls with PQsendQuery(), and use
>>  the emulated version of select() to wait.
> 
> Hmm. That would at least theoretically work, but aren't there still
> places we may end up blocking further down? Or are those ok?

There's also PQconnect that needs similar treatment (using
PQconnectStart/Poll()), but that's it.

-- 
  Heikki Linnakangas
  EnterpriseDB   http://www.enterprisedb.com

-- 
Sent via pgsql-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to