Re: test failure on latest source

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: test failure on latest source
Дата
Msg-id 1291.1397405368@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: test failure on latest source  (Andres Freund <andres@2ndquadrant.com>)
Ответы Re: test failure on latest source  (Marco Atzeri <marco.atzeri@gmail.com>)
Список pgsql-hackers
Andres Freund <andres@2ndquadrant.com> writes:
> On 2014-04-12 16:35:48 -0400, Tom Lane wrote:
>> 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;

Yeah, and that flag is only ever specified when attempting to do reverse
lookup on a client address to see if it matches a non-numeric pg_hba
entry.
        regards, tom lane



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: test failure on latest source
Следующее
От: Jan Wieck
Дата:
Сообщение: Re: Problem with txid_snapshot_in/out() functionality