Make the default pg_hba.conf include an entry for ::1 only if configure

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 7703e55c32e82e2485272596ec5ee6ac1695e42d
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-09-07T03:36:03Z
Releases: 7.4.1
Make the default pg_hba.conf include an entry for ::1 only if configure
set HAVE_IPV6.  Per recent discussions.

Files

PathChange+/−
configure modified +4 −0
configure.in modified +5 −2
src/backend/libpq/pg_hba.conf.sample modified +3 −3
src/bin/initdb/initdb.sh modified +10 −3
src/bin/initdb/Makefile modified +2 −1
src/Makefile.global.in modified +4 −1