Make RADIUS authentication use pg_getaddrinfo_all() to get address of

Magnus Hagander <magnus@hagander.net>

Commit: 0a2734714127b01d1f77468766d132064a1d6a97
Author: Magnus Hagander <magnus@hagander.net>
Date: 2010-02-02T19:09:37Z
Releases: 9.0.0
Make RADIUS authentication use pg_getaddrinfo_all() to get address of
the server.

Gets rid of a fairly ugly hack for Solaris, and also provides hostname
and IPV6 support.

Files

PathChange+/−
doc/src/sgml/client-auth.sgml modified +3 −3
src/backend/libpq/auth.c modified +52 −12
src/backend/libpq/hba.c modified +13 −4
src/include/port/solaris.h modified +1 −9