forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0a6be1f
committed
Improve error message with JSON_SERIALIZE()
The error message introduced in3c633f3 can share the same format stringwith an existing message used for JSON(), reducing the translationeffort.Author: Kyotaro HoriguchiDiscussion:https://postgr.es/m/20220708.154135.2123613118233840495.horikyota.ntt@gmail.comBackpatch-through: 151 parent8445f5a commit0a6be1f
File tree
2 files changed
+4
-3
lines changed- src
- backend/parser
- test/regress/expected
2 files changed
+4
-3
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4587 | 4587 |
| |
4588 | 4588 |
| |
4589 | 4589 |
| |
4590 |
| - | |
4591 |
| - | |
| 4590 | + | |
| 4591 | + | |
| 4592 | + | |
4592 | 4593 |
| |
4593 | 4594 |
| |
4594 | 4595 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
316 | 316 |
| |
317 | 317 |
| |
318 | 318 |
| |
319 |
| - | |
| 319 | + | |
320 | 320 |
| |
321 | 321 |
| |
322 | 322 |
| |
|
0 commit comments
Comments
(0)