Re: [HACKERS] listening addresses

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: [HACKERS] listening addresses
Дата
Msg-id 405DDBE0.3060409@dunslane.net
обсуждение исходный текст
Ответ на Re: [HACKERS] listening addresses  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [HACKERS] listening addresses  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches

Tom Lane wrote:

>Andrew Dunstan <andrew@dunslane.net> writes:
>
>
>>This patch attempts to implement the idea, with safety in case the
>>packet is not immediately available.
>>
>>
>
>Seems like you ought to be testing for failure returns from send() and
>recv().
>

Good point. will do.

>Also, what of EINTR from select()?
>
>
>

It will fail. Not sure what else it should do - I'm open to suggestions.
Retry?

cheers

andrew


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: listening addresses
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] listening addresses