Re: APC/socket fix (final?)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: APC/socket fix (final?)
Дата
Msg-id 16572.1080261953@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: APC/socket fix (final?)  (Claudio Natoli <claudio.natoli@memetrics.com>)
Список pgsql-patches
Claudio Natoli <claudio.natoli@memetrics.com> writes:
> It would be more consistent, but unfortunately GetLastError() != errno.

Yeah, I saw Magnus' explanation.  So essentially this is a workaround
for a bug in Windows' select() emulation.

Rather than hoping that we'll remember to decorate every select() call
with this workaround, would it make sense to use a wrapper function?
I'm loath to invent pg_select() but it might be cleaner than this.

            regards, tom lane

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

Предыдущее
От: Claudio Natoli
Дата:
Сообщение: Re: installdir patch for win32
Следующее
От: Claudio Natoli
Дата:
Сообщение: Re: APC/socket fix (final?)