pgsql: Reduce code duplication for ExecJust*Var operations.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Reduce code duplication for ExecJust*Var operations.
Date: 2019-09-30 23:07:20
Message-ID: E1iF4lE-0007IA-Dy@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/34c9c53bb035ba92491006eb80f7a60527db367d

Modified Files
--------------
src/backend/executor/execExprInterp.c | 94 +++++++++++++----------------------
1 file changed, 35 insertions(+), 59 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2019-09-30 23:08:59 Re: pgsql: Stamp 12.0.
Previous Message Andres Freund 2019-09-30 21:51:39 Re: pgsql: pg_rewind: Allow writing recovery configuration