pgsql: Move ExecEvalJsonConstructor new function to a more natural plac - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Move ExecEvalJsonConstructor new function to a more natural plac
Date
Msg-id E1piCTA-000dS4-Kk@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Move ExecEvalJsonConstructor new function to a more natural place

Commit 7081ac46ace8 put it at the end of the file, but that doesn't look
very nice.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9b058f6b0d9c3d1ccde4d51a72bf15ce731973a1

Modified Files
--------------
src/backend/executor/execExprInterp.c | 74 +++++++++++++++++------------------
src/include/executor/execExpr.h       |  4 +-
2 files changed, 39 insertions(+), 39 deletions(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: No need to add FORMAT to the keyword precedence list
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: pg_regress: Emit TAP compliant output