initdb: Improve --wal-segsize handling
authorPeter Eisentraut <peter_e@gmx.net>
Sat, 24 Mar 2018 19:40:21 +0000 (15:40 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Sat, 24 Mar 2018 19:40:21 +0000 (15:40 -0400)
commit496d56670af44a2a578c15195c36f797e29cff24
treeff3962be86a78db6fb0e2d7731758da8e80fc920
parent4644a1170f0ad88f92d2835f589fffb6aa38c129
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.
src/bin/initdb/initdb.c