pgsql: initdb: Further polishing of --wal-segsize option

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: initdb: Further polishing of --wal-segsize option
Date: 2018-03-25 19:01:00
Message-ID: E1f0At2-0001EX-Cu@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Steele 2018-03-25 19:10:03 Re: pgsql: Exclude unlogged tables from base backups
Previous Message Tom Lane 2018-03-25 18:54:21 pgsql: Remove useless if-test.