forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit170aec6
committed
Avoid using ambiguous word "positive" in error message.
There are two identical error messages about valid value of modulus forhash partition, in PostgreSQL source code. Commit0e1275f improvedonly 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 HoriguchiReviewed-by: Fujii MasaoDiscussion:https://postgr.es/m/20210819.170315.1413060634876301811.horikyota.ntt@gmail.com1 parent085400f commit170aec6
File tree
3 files changed
+3
-3
lines changed- src
- backend/parser
- test/regress/expected
3 files changed
+3
-3
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4035 | 4035 |
| |
4036 | 4036 |
| |
4037 | 4037 |
| |
4038 |
| - | |
| 4038 | + | |
4039 | 4039 |
| |
4040 | 4040 |
| |
4041 | 4041 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4107 | 4107 |
| |
4108 | 4108 |
| |
4109 | 4109 |
| |
4110 |
| - | |
| 4110 | + | |
4111 | 4111 |
| |
4112 | 4112 |
| |
4113 | 4113 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
934 | 934 |
| |
935 | 935 |
| |
936 | 936 |
| |
937 |
| - | |
| 937 | + | |
938 | 938 |
| |
939 | 939 |
| |
940 | 940 |
| |
|
0 commit comments
Comments
(0)