Reorganise jsonpath operators and methods
authorPeter Eisentraut <peter@eisentraut.org>
Wed, 3 Jan 2024 10:25:33 +0000 (11:25 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Wed, 3 Jan 2024 10:25:33 +0000 (11:25 +0100)
commit283a95da923605c1cc148155db2d865d0801b419
treeba18d24db7e71cab5ab8f6ce0224760e77a42fce
parentc1b9e1e56d8c11a00869766a02de537d349586cd
Reorganise jsonpath operators and methods

Various jsonpath operators and methods add various keywords, switch
cases, and documentation entries in some order.  However, they are not
consistent; reorder them for better maintainability or readability.

Author: Jeevan Chalke <jeevan.chalke@enterprisedb.com>
Discussion: https://www.postgresql.org/message-id/flat/CAM2+6=XjTyqrrqHAOj80r0wVQxJSxc0iyib9bPC55uFO9VKatg@mail.gmail.com
doc/src/sgml/func.sgml
src/backend/utils/adt/jsonpath.c
src/backend/utils/adt/jsonpath_exec.c
src/backend/utils/adt/jsonpath_gram.y
src/include/utils/jsonpath.h