Обсуждение: PQsocket

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

PQsocket

От
"D'Arcy" "J.M." Cain
Дата:
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.


Re: [HACKERS] PQsocket

От
Tom Lane
Дата:
"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