Re: pgsql: Make RADIUS authentication use pg_getaddrinfo_all() to get

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: pgsql: Make RADIUS authentication use pg_getaddrinfo_all() to get
Дата
Msg-id 9837222c1002022222k6c96acf8l5bbaf8d8ef4908ff@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pgsql: Make RADIUS authentication use pg_getaddrinfo_all() to get  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pgsql: Make RADIUS authentication use pg_getaddrinfo_all() to get  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-committers
On Wednesday, February 3, 2010, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Magnus Hagander <magnus@hagander.net> writes:
>> On Wednesday, February 3, 2010, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>>> Perhaps instead of depending on magic constants, you should have the
>>> code use what "localhost" resolves as, comparably to pgstat.c.
>
>> Pgstat only talks locally so that's a completely different thing.
>
> Ah, right.
>
> I notice that in libpq/ip.c, we're using a macro IN6_IS_ADDR_UNSPECIFIED()
> as a substitute for testing equality to in6addr_any.  I wonder where
> that comes from and whether it has a brother for assignment...
>

I'll take a look. I'm off doing training all day so it won't be until
tonight though.

/Magnus

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Make RADIUS authentication use pg_getaddrinfo_all() to get
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Forgot to back-patch CLUSTER test fix to 8.4.