pgsql: Clarify initdb --help message for --wal-segsize

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Clarify initdb --help message for --wal-segsize
Date: 2018-03-11 13:13:49
Message-ID: E1ev0nN-00074G-Iw@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Clarify initdb --help message for --wal-segsize

Specify that the value is in megabytes. This aligns the message with
what's in the documentation.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/fedabe1f64467b777b1d5ef53b5b0015acc7b999

Modified Files
--------------
src/bin/initdb/initdb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-03-11 22:11:10 pgsql: Fix improper uses of canonicalize_qual().
Previous Message Tom Lane 2018-03-10 18:18:28 pgsql: In psql, restore old behavior of Query_for_list_of_functions.