pgsql: initdb: Further polishing of --wal-segsize option - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: initdb: Further polishing of --wal-segsize option
Date
Msg-id E1f0At2-0001EX-Cu@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
initdb: Further polishing of --wal-segsize option

Extend documentation.  Improve option parsing in case no argument was
specified.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8ad8d916f99d19e0be7800992c828c3c1a01b693

Modified Files
--------------
doc/src/sgml/ref/initdb.sgml | 22 ++++++++++++++--------
src/bin/initdb/initdb.c      |  4 ++--
2 files changed, 16 insertions(+), 10 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Remove useless if-test.
Next
From: David Steele
Date:
Subject: Re: pgsql: Exclude unlogged tables from base backups