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:15
Message-ID: E1smQ50-000LoJ-CJ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Revert recent SQL/JSON related commits

Reverts c88ce386c4d, 5067c230b8e, and e4e27976a68, because a few BF
animals didn't like one or all of them.

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/eef5195f300bb9cf2864d48761c0db2ad93842c1

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 Amit Langote 2024-09-06 03:56:28 pgsql: Revert recent SQL/JSON related commits
Previous Message Amit Langote 2024-09-06 03:44:35 Re: pgsql: SQL/JSON: Avoid initializing unnecessary ON ERROR / ON EMPTY ste