]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Remove %error-verbose directive from jsonpath parser
authorAndrew Dunstan <andrew@dunslane.net>
Sun, 3 Jul 2022 21:08:25 +0000 (17:08 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Sun, 3 Jul 2022 21:16:11 +0000 (17:16 -0400)
commit7fd43684fc9e3f2da9c646dea04a531bd6f50cee
treed337d01b658c376a5ae710b1dabec62e82d03dcf
parent463a841d7407dbc96cc1c39ca99ebe9c8bdd3244
Remove %error-verbose directive from jsonpath parser

None of the other bison parsers contains this directive, and it gives
rise to some unfortunate and impenetrable messages, so just remove it.

Backpatch to release 12, where it was introduced.

Per gripe from Erik Rijkers

Discussion: https://postgr.es/m/ba069ce2-a98f-dc70-dc17-2ccf2a9bf7c7@xs4all.nl
src/backend/utils/adt/jsonpath_gram.y
src/test/regress/expected/jsonpath.out