pgsql: initdb: Improve --wal-segsize handling - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: initdb: Improve --wal-segsize handling
Date
Msg-id E1ezp8E-0007Ij-Bk@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
initdb: Improve --wal-segsize handling

Give separate error messages for when the argument is not a number and
when it is not the right kind of number.

Fix wording in the help message.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/496d56670af44a2a578c15195c36f797e29cff24

Modified Files
--------------
src/bin/initdb/initdb.c | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: Don't qualify type pg_catalog.text inextend-extensions-example.
Next
From: Andres Freund
Date:
Subject: Re: pgsql: Avoid premature free of pass-by-reference CALL arguments.