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

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Use an initdb-time test to see if the local version of
Date
Msg-id 20050822162737.D2276D70B0@svr1.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix some inconsistent choices of datatypes in xlog.c.
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix unwanted denial of ALTER OWNER rights to superusers.