pgsql: Fix inconsistencies and style issues in new SQL/JSON code

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix inconsistencies and style issues in new SQL/JSON code
Date: 2023-03-30 19:07:10
Message-ID: E1phxc4-000WFb-Tn@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix inconsistencies and style issues in new SQL/JSON code

Reported by Alexander Lakhin.

Discussion: https://postgr.es/m/60483139-5c34-851d-baee-6c0d014e1710@gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/60966f56c3e4db9f9bdff485371ef3a50d53431f

Modified Files
--------------
src/backend/executor/execExprInterp.c | 3 ---
src/backend/parser/parse_expr.c | 29 ++++++++++++++++++-----------
src/backend/utils/adt/ruleutils.c | 2 +-
src/include/nodes/parsenodes.h | 2 +-
src/include/nodes/primnodes.h | 2 +-
5 files changed, 21 insertions(+), 17 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2023-03-30 19:08:33 pgsql: Simplify transformJsonAggConstructor() API
Previous Message Tom Lane 2023-03-30 18:44:30 Re: pgsql: Clean up role created in new subscription test.