pgsql: Un-break things on IPv6-less platforms.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Un-break things on IPv6-less platforms.
Date: 2017-03-10 17:18:00
Message-ID: E1cmOAy-0000MP-Va@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-03-10 18:15:54 pgsql: Change the relkind for partitioned tables from 'P' to 'p'.
Previous Message Peter Eisentraut 2017-03-10 15:16:24 pgsql: Improve gitignore file