Re: test failure on latest source

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: test failure on latest source
Дата
Msg-id 20140413155118.GR4161@awork2.anarazel.de
обсуждение исходный текст
Ответ на Re: test failure on latest source  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: test failure on latest source  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On 2014-04-12 16:35:48 -0400, Tom Lane wrote:
> Andres Freund <andres@2ndquadrant.com> writes:
> > On 2014-04-12 19:45:59 +0200, Marco Atzeri wrote:
> >> so it is only failing on recent trunk
> 
> > Does it work on a commit before
> > fc752505a99a4e2c781a070d3d42a25289c22e3c?
> 
> In principle, that commit shouldn't have affected behavior for pg_hba
> entries with numeric address fields ...

Hm. getaddrinfo.c has this bit:/* Unsupported flags. */if (flags & NI_NAMEREQD)    return EAI_AGAIN;

Not sure if that explains anything, but it at the very least seems
problematic for other cases given that flag is now always used...

Greetings,

Andres Freund

-- Andres Freund                       http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training &
Services



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Signaling of waiting for a cleanup lock?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: test failure on latest source