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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Make RADIUS authentication use pg_getaddrinfo_all() to get
Дата
Msg-id 28777.1265169199@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pgsql: Make RADIUS authentication use pg_getaddrinfo_all() to get  (mha@postgresql.org (Magnus Hagander))
Ответы Re: pgsql: Make RADIUS authentication use pg_getaddrinfo_all() to get  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-committers
mha@postgresql.org (Magnus Hagander) writes:
> Make RADIUS authentication use pg_getaddrinfo_all() to get address of
> the server.

Looks like the mingw machines don't have in6addr_any.

Perhaps instead of depending on magic constants, you should have the
code use what "localhost" resolves as, comparably to pgstat.c.

            regards, tom lane

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Add #include --- guessing the lack of this is why
Следующее
От: maosen@pgfoundry.org (User Maosen)
Дата:
Сообщение: pgexternaltable - src: