pgsql: Avoid using ambiguous word "positive" in error message.

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема pgsql: Avoid using ambiguous word "positive" in error message.
Дата
Msg-id E1mIizu-0005wS-7L@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Avoid using ambiguous word "positive" in error message.

There are two identical error messages about valid value of modulus for
hash partition, in PostgreSQL source code. Commit 0e1275fb07 improved
only one of them so that ambiguous word "positive" was avoided there,
and forgot to improve the other. This commit improves the other.
Which would reduce translator burden.

Back-pach to v11 where the error message exists.

Author: Kyotaro Horiguchi
Reviewed-by: Fujii Masao
Discussion: https://postgr.es/m/20210819.170315.1413060634876301811.horikyota.ntt@gmail.com

Branch
------
REL_11_STABLE

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

Modified Files
--------------
src/backend/parser/parse_utilcmd.c         | 2 +-
src/test/regress/expected/alter_table.out  | 2 +-
src/test/regress/expected/create_table.out | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Fujii Masao
Дата:
Сообщение: pgsql: Avoid using ambiguous word "positive" in error message.
Следующее
От: Fujii Masao
Дата:
Сообщение: pgsql: Improve error message about valid value for distance in phrase o