pgsql: Clarify initdb --help message for --wal-segsize - Mailing list pgsql-committers

From Magnus Hagander
Subject pgsql: Clarify initdb --help message for --wal-segsize
Date
Msg-id E1ev0nN-00074G-Iw@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: In psql, restore old behavior of Query_for_list_of_functions.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix improper uses of canonicalize_qual().