pgsql: Reorganise jsonpath operators and methods

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Reorganise jsonpath operators and methods
Date: 2024-01-03 10:49:20
Message-ID: E1rKyoJ-00DGaF-K6@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(dot)chalke(at)enterprisedb(dot)com>
Discussion: https://www.postgresql.org/message-id/flat/CAM2+6=XjTyqrrqHAOj80r0wVQxJSxc0iyib9bPC55uFO9VKatg(at)mail(dot)gmail(dot)com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/283a95da923605c1cc148155db2d865d0801b419

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, 119 insertions(+), 112 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bharath Rupireddy 2024-01-03 11:21:09 Re: pgsql: Make all Perl warnings fatal
Previous Message Peter Eisentraut 2024-01-03 09:27:09 pgsql: Add numeric_int8_opt_error() to optionally suppress errors