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

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

From
Andres Freund
Date:
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(-)