On Thu, Jan 28, 2010 at 21:16, Tom Lane <[email protected]> wrote: > Magnus Hagander <[email protected]> writes: >> On Thu, Jan 28, 2010 at 17:16, Tom Lane <[email protected]> wrote: >>> However, now that I know the real issue is you're using inet_addr, I >>> would like to know why you're not using inet_aton instead; or even >>> better, something that also copes with IPv6. > >> "Path of least resistance?" > >> Which method would you suggest? > > I haven't actually read the RADIUS patch, but generally we rely on > pg_getaddrinfo_all to interpret strings representing IP addresses. > Is there a reason not to use that?
I don't think so. I'll look it over. -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/ -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
