Reduce code duplication for ExecJust*Var operations. This is mainly in preparation for adding further fastpath evaluation routines.
Also reorder ExecJust*Var functions to be consistent with the order in which they're used. Author: Andres Freund Discussion: https://postgr.es/m/cae-ml+9oksn71+mhtfmd-l24odp8dgtfavjdu6u+j+fnaw5...@mail.gmail.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/34c9c53bb035ba92491006eb80f7a60527db367d Modified Files -------------- src/backend/executor/execExprInterp.c | 94 +++++++++++++---------------------- 1 file changed, 35 insertions(+), 59 deletions(-)
