pgsql: Original assumption that our own getaddrinfo routine would never

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Original assumption that our own getaddrinfo routine would never
Date: 2005-08-25 02:22:59
Message-ID: 20050825022259.C9537D7A2E@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Original assumption that our own getaddrinfo routine would never support
IPv6 is obsoleted by recent Windows patch. Perform the runtime test
whenever HAVE_IPV6 is set. This should be OK since initdb can get
getaddrinfo from libpgport if needed.

Modified Files:
--------------
pgsql/src/bin/initdb:
initdb.c (r1.95 -> r1.96)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/initdb/initdb.c.diff?r1=1.95&r2=1.96)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-08-25 02:28:07 pgsql: Add comment explaining that autoconf's failure to find
Previous Message Bruce Momjian 2005-08-25 01:33:04 pgsql: Add mention of Win32 IPv6 connections.