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

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Handle EEOP_FUNCEXPR_[STRICT_]FUSAGE out of line.
Date: 2018-03-21 00:47:12
Message-ID: E1eyRuK-0008Gq-5j@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2018-03-21 11:27:42 pgsql: doc: Small wording improvement
Previous Message Daniel Gustafsson 2018-03-21 00:42:18 Re: pgsql: Set libpq sslcompression to off by default