Avoid using ambiguous word "positive" in error message.
authorFujii Masao <[email protected]>
Wed, 25 Aug 2021 02:46:25 +0000 (11:46 +0900)
committerFujii Masao <[email protected]>
Wed, 25 Aug 2021 02:46:25 +0000 (11:46 +0900)
commit170aec63cd7139b453c52ad52bbeb83993faa31d
treedbd6bd8fee7dd3f9a088cc03f48196c5318fe8b5
parent085400fee9d58d7a97976755ae0627ef072e3776
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[email protected]
src/backend/parser/parse_utilcmd.c
src/test/regress/expected/alter_table.out
src/test/regress/expected/create_table.out