[COMMITTERS] pgsql: Ensure that ExecPrepareExprList's result is all in one memoryco - Mailing list pgsql-committers

From Tom Lane
Subject [COMMITTERS] pgsql: Ensure that ExecPrepareExprList's result is all in one memoryco
Date
Msg-id E1cwX9Z-0007E1-SN@gemulon.postgresql.org
Whole thread Raw
List 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(+)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: [COMMITTERS] pgsql: Remove duplicate assignment.
Next
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Add ProcArrayGroupUpdate wait event.