]> granicus.if.org Git - postgresql/commit
Handle EEOP_FUNCEXPR_[STRICT_]FUSAGE out of line.
authorAndres Freund <andres@anarazel.de>
Wed, 21 Mar 2018 00:32:21 +0000 (17:32 -0700)
committerAndres Freund <andres@anarazel.de>
Wed, 21 Mar 2018 00:32:21 +0000 (17:32 -0700)
commit4c0000b839e6d4593e63439879b0c2abea14f426
tree3d897cdc08dc6991bea17b4a8ea9830fde806d71
parent5b2526c83832e4e8a9f8db0389904ed2fb50ed37
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
src/backend/executor/execExprInterp.c
src/include/executor/execExpr.h