PQsocket

Started by D'Arcy J.M. Cainabout 27 years ago2 messageshackers
Jump to latest
#1D'Arcy J.M. Cain
darcy@druid.net

My current PyGreSQL module croaks on this on older versions of PostgreSQL.
Can someone tell me in exactly which release this function was added? I
couldn't find anything in the change logs.

Thanks.

-- 
D'Arcy J.M. Cain <darcy@{druid|vex}.net>   |  Democracy is three wolves
http://www.druid.net/darcy/                |  and a sheep voting on
+1 416 424 2871     (DoD#0082)    (eNTP)   |  what's for dinner.
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: D'Arcy J.M. Cain (#1)
Re: [HACKERS] PQsocket

"D'Arcy" "J.M." Cain <darcy@druid.net> writes:

My current PyGreSQL module croaks on this on older versions of PostgreSQL.
Can someone tell me in exactly which release this function was added?

6.4. Prior versions of libpq didn't have any support for asynchronous
operations at all.

regards, tom lane