IPv6 cleanup patch needs testers

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-patches(at)postgresql(dot)org
Subject: IPv6 cleanup patch needs testers
Date: 2003-03-26 01:45:46
Message-ID: Pine.LNX.4.44.0303260202560.1651-200000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

I've prepared a patch that cleans up the current #ifdef HAVE_IPV6 mess by
supplying a substitute getaddrinfo() function (with limited capabilities)
if the real one is missing. Could someone test it on a machine without
getaddrinfo() and/or IPv6?

(run autoconf before you reconfigure)

--
Peter Eisentraut peter_e(at)gmx(dot)net

Attachment Content-Type Size
ipv6-patch text/plain 28.5 KB

Browse pgsql-patches by date

  From Date Subject
Next Message Karel Zak 2003-03-26 11:56:16 Re: to_char PL/MI fix
Previous Message Joe Conway 2003-03-25 23:55:00 Re: array support patch phase 1 patch