pgsql: Revert recent SQL/JSON related commits

From: Amit Langote <amitlan(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Revert recent SQL/JSON related commits
Date: 2024-09-06 03:56:28
Message-ID: E1smQ5D-000Lov-R2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Revert recent SQL/JSON related commits

Reverts 68222851d5a8, 565caaa79af, and 3a97460970f, because a few
BF animals didn't like one or all of them.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4d7e24e0f4d05b546228488ccdc2848a80245ffb

Modified Files
--------------
src/backend/executor/execExpr.c | 30 +++++------------
src/backend/parser/parse_expr.c | 4 +--
src/backend/utils/adt/ruleutils.c | 10 +++---
src/test/regress/expected/sqljson_jsontable.out | 43 -------------------------
src/test/regress/sql/sqljson_jsontable.sql | 10 ------
5 files changed, 15 insertions(+), 82 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2024-09-06 04:09:19 Re: pgsql: SQL/JSON: Avoid initializing unnecessary ON ERROR / ON EMPTY ste
Previous Message Amit Langote 2024-09-06 03:56:15 pgsql: Revert recent SQL/JSON related commits