Patch for select() -> poll() in libpq

Поиск
Список
Период
Сортировка
От Anne Dudfield
Тема Patch for select() -> poll() in libpq
Дата
Msg-id 200308041840.h74IeZr3002094@mazu-anne.mazunetworks.com
обсуждение исходный текст
Ответы Re: Patch for select() -> poll() in libpq  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
Hi, we recently were using the libpq++ interface to postgres in a
program that had many filehandles open. We of course ran into the bug
with select() where filehandles above 1024 cause serious problems.
I fixed the bug by replacing select() with poll() in libpq/fe-misc.c.

I was going to file a bug, but I saw that this problem had already
been fixed in CVS. Unfortunately, it does not appear to be fixed in
the latest postgres version (7.3.4). When will you release a patch
with this fix in it?

Please reply to me, as I am not on the mailing list.

thanks,
Anne Dudfield

В списке pgsql-patches по дате отправления:

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: [HACKERS] statement level trigger causes pltcl, plpython
Следующее
От: Troels Arvin
Дата:
Сообщение: Re: AUTO_INCREMENT patch