Re: pgsql: Make RADIUS authentication use pg_getaddrinfo_all() to get - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Make RADIUS authentication use pg_getaddrinfo_all() to get
Date
Msg-id 28777.1265169199@sss.pgh.pa.us
Whole thread Raw
In response to pgsql: Make RADIUS authentication use pg_getaddrinfo_all() to get  (mha@postgresql.org (Magnus Hagander))
Responses Re: pgsql: Make RADIUS authentication use pg_getaddrinfo_all() to get  (Magnus Hagander <magnus@hagander.net>)
List 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 by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add #include --- guessing the lack of this is why
Next
From: maosen@pgfoundry.org (User Maosen)
Date:
Subject: pgexternaltable - src: