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

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

From
Alvaro Herrera
Date:
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(-)