pgsql: Handle EEOP_FUNCEXPR_[STRICT_]FUSAGE out of line.

Started by Andres Freundover 8 years ago1 messagescomitters
Jump to latest
#1Andres Freund
andres@anarazel.de

Handle EEOP_FUNCEXPR_[STRICT_]FUSAGE out of line.

This isn't a very common op, and it doesn't seem worth duplicating for
JIT.

Author: Andres Freund

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4c0000b839e6d4593e63439879b0c2abea14f426

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