pgsql: Use an initdb-time test to see if the local version of

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use an initdb-time test to see if the local version of
Date: 2005-08-22 16:27:37
Message-ID: 20050822162737.D2276D70B0@svr1.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Use an initdb-time test to see if the local version of getaddrinfo()
chokes on IPv6 addresses, and comment out the IPv6 entry in the default
pg_hba.conf if so. Per Andrew Dunstan.

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

Browse pgsql-committers by date

  From Date Subject
Next Message User Bklawans 2005-08-22 16:57:22 bizgres - bizgres: Spelled the word "Geographic" correctly.
Previous Message Tom Lane 2005-08-22 00:41:29 pgsql: Fix some inconsistent choices of datatypes in xlog.c.