forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7d9bf58
committed
Remove %error-verbose directive from jsonpath parser
None of the other bison parsers contains this directive, and it givesrise to some unfortunate and impenetrable messages, so just remove it.Backpatch to release 12, where it was introduced.Per gripe from Erik RijkersDiscussion:https://postgr.es/m/ba069ce2-a98f-dc70-dc17-2ccf2a9bf7c7@xs4all.nl1 parent8b042df commit7d9bf58
File tree
2 files changed
+1
-2
lines changed- src
- backend/utils/adt
- test/regress/expected
2 files changed
+1
-2
lines changedLines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
77 |
| - | |
78 | 77 |
| |
79 | 78 |
| |
80 | 79 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2083 | 2083 |
| |
2084 | 2084 |
| |
2085 | 2085 |
| |
2086 |
| - | |
| 2086 | + | |
2087 | 2087 |
| |
2088 | 2088 |
| |
2089 | 2089 |
| |
|
0 commit comments
Comments
(0)