pgsql: Move ExecEvalJsonConstructor new function to a more natural plac

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Move ExecEvalJsonConstructor new function to a more natural plac
Date: 2023-03-31 10:58:57
Message-ID: E1piCTA-000dS4-Kk@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2023-03-31 11:02:09 pgsql: pg_regress: Emit TAP compliant output
Previous Message Alvaro Herrera 2023-03-31 10:00:55 pgsql: No need to add FORMAT to the keyword precedence list