pgsql: initdb: Improve --wal-segsize handling

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: initdb: Improve --wal-segsize handling
Дата
Msg-id E1ezp8E-0007Ij-Bk@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Noah Misch
Дата:
Сообщение: pgsql: Don't qualify type pg_catalog.text inextend-extensions-example.
Следующее
От: Andres Freund
Дата:
Сообщение: Re: pgsql: Avoid premature free of pass-by-reference CALL arguments.