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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема [COMMITTERS] pgsql: Un-break things on IPv6-less platforms.
Дата
Msg-id E1cmOAy-0000MP-Va@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: [COMMITTERS] pgsql: Improve gitignore file
Следующее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Change the relkind for partitioned tables from 'P' to 'p'.