pgsql: Fix inconsistencies and style issues in new SQL/JSON code - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Fix inconsistencies and style issues in new SQL/JSON code
Date
Msg-id E1phxc4-000WFb-Tn@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: bufmgr: Fix undefined behaviour with, unrealistically, large tem
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Simplify transformJsonAggConstructor() API