pgsql: Ensure that ExecPrepareExprList's result is all in one memory co

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Ensure that ExecPrepareExprList's result is all in one memory co
Date: 2017-04-07 16:54:29
Message-ID: E1cwX9Z-0007E1-SN@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Ensure that ExecPrepareExprList's result is all in one memory context.

Noted by Amit Langote.

Discussion: https://postgr.es/m/aad31672-4983-d95d-d24e-6b42fee9b985@lab.ntt.co.jp

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/dbb2a931478a397a2b655eb77e8be8c1ca136f63

Modified Files
--------------
src/backend/executor/execExpr.c | 6 ++++++
1 file changed, 6 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2017-04-07 17:47:36 pgsql: Add ProcArrayGroupUpdate wait event.
Previous Message Heikki Linnakangas 2017-04-07 16:20:29 pgsql: Remove duplicate assignment.