Make the default pg_hba.conf include an entry for ::1 only if configure
Tom Lane <tgl@sss.pgh.pa.us>
Make the default pg_hba.conf include an entry for ::1 only if configure set HAVE_IPV6. Per recent discussions.
Files
| Path | Change | +/− |
|---|---|---|
| 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 |