pgsql: Revert "Reorganise jsonpath operators and methods"

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Revert "Reorganise jsonpath operators and methods"
Date: 2024-01-03 20:06:14
Message-ID: E1rL7VF-00DKb1-QN@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Revert "Reorganise jsonpath operators and methods"

This reverts commit 283a95da923605c1cc148155db2d865d0801b419.

The reordering of JsonPathItemType affects the binary on-disk
compatibility of the jsonpath type, so we must not change it. Revert
for now and consider.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0958f8f6bf60639a1d22d78d5b49a6092b11833d

Modified Files
--------------
doc/src/sgml/func.sgml | 24 +++++-----
src/backend/utils/adt/jsonpath.c | 82 +++++++++++++++++------------------
src/backend/utils/adt/jsonpath_exec.c | 78 ++++++++++++++++-----------------
src/backend/utils/adt/jsonpath_gram.y | 22 +++++-----
src/include/utils/jsonpath.h | 25 ++++-------
5 files changed, 112 insertions(+), 119 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2024-01-03 21:00:36 pgsql: Second attempt at organizing jsonpath operators and methods
Previous Message Tom Lane 2024-01-03 17:22:13 pgsql: Doc: Python's control flow construct is try/except not try/catch