Re: duplicate connection failure messages

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: duplicate connection failure messages
Дата
Msg-id 201011192010.oAJKAHd29662@momjian.us
обсуждение исходный текст
Ответ на Re: duplicate connection failure messages  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: duplicate connection failure messages  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Alvaro Herrera wrote:
> Excerpts from Bruce Momjian's message of vie nov 19 16:43:33 -0300 2010:
> > Tom Lane wrote:
> 
> > > I get the impression that you guys have forgotten the existence of
> > > src/backend/utils/adt/inet_net_ntop.c
> > 
> > Yeah, that is nice, but we are calling this from libpq, not the backend.
> > Let me work up a patch.
> 
> Actually the code seems agnostic (no ereport, palloc etc) so maybe it
> could just be moved to src/port.

I was wondering that.  I am unclear if we need it though --- can we not
assume inet_ntop() exists on all systems?  We assumed inet_ntoa() did. 
Of course, the buildfarm will tell us.

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + It's impossible for everything to be true. +


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: duplicate connection failure messages
Следующее
От: Alex Hunsaker
Дата:
Сообщение: Re: Changes to Linux OOM killer in 2.6.36