[COMMITTERS] pgsql: Un-break things on IPv6-less platforms. - Mailing list pgsql-committers

From Tom Lane
Subject [COMMITTERS] pgsql: Un-break things on IPv6-less platforms.
Date
Msg-id E1cmOAy-0000MP-Va@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Un-break things on IPv6-less platforms.

Commit be37c2120 forgot to teach initdb about commenting out the IPv6
replication entry that it caused to exist in pg_hba.conf.sample.
Per buildfarm.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a83e4b4f31c7afa5f7360086ebb1916cc99a4dbe

Modified Files
--------------
src/bin/initdb/initdb.c | 8 ++++++++
1 file changed, 8 insertions(+)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Improve gitignore file
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Change the relkind for partitioned tables from 'P' to 'p'.