Re: [HACKERS] listening addresses

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] listening addresses
Дата
Msg-id 26243.1079889819@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] listening addresses  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: [HACKERS] listening addresses  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-patches
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().  Also, what of EINTR from select()?

            regards, tom lane

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

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