mha(at)postgresql(dot)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
In response to
Responses
pgsql-committers by date
| Next: | From: User Maosen | Date: 2010-02-03 04:17:34 |
| Subject: pgexternaltable - src: |
| Previous: | From: Tom Lane | Date: 2010-02-03 03:25:55 |
| Subject: pgsql: Add #include <float.h> --- guessing the lack of this is why |