Обсуждение: pgsql: Use an initdb-time test to see if the local version of

Поиск
Список
Период
Сортировка

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

От
tgl@svr1.postgresql.org (Tom Lane)
Дата:
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)