Reduce code duplication for ExecJust*Var operations.

Andres Freund <andres@anarazel.de>

Commit: 34c9c53bb035ba92491006eb80f7a60527db367d
Author: Andres Freund <andres@anarazel.de>
Date: 2019-09-30T22:32:00Z
Releases: 13.0
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+FNAW5kRQ@mail.gmail.com

Files

PathChange+/−
src/backend/executor/execExprInterp.c modified +35 −59

Discussion