Re: [CYGWIN] ipc-daemon

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [CYGWIN] ipc-daemon
Дата
Msg-id Pine.LNX.4.44.0211051909470.1815-100000@localhost.localdomain
обсуждение исходный текст
Ответ на Re: [CYGWIN] ipc-daemon  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [CYGWIN] ipc-daemon  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane writes:

> I disagree: just because cygipc returns error codes chosen at random
> doesn't mean that we should neglect the clear meaning of an error code.
> If a normal Unix system were to return EACCES here, the clear
> implication would be that there is an existing segment that we do not
> have permission to access.

OK, but shouldn't the looping for a new segment terminate sometime?  As it
stands it will wrap around and run forever.  If we catch it before it
wraps and generate an error to the effect that no segments appear to be
free, it might serve us.

--
Peter Eisentraut   peter_e@gmx.net


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: New beta4 created ...
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Is my Internet connection slow