]> granicus.if.org Git - postgresql/commit
Ensure that ExecPrepareExprList's result is all in one memory context.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 7 Apr 2017 16:54:17 +0000 (12:54 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 7 Apr 2017 16:54:23 +0000 (12:54 -0400)
commitdbb2a931478a397a2b655eb77e8be8c1ca136f63
tree485a1b3502d1c272405a4e120f45457f72b7dae0
parent0c732850d22a2dddb8a2ef64aed3c23731488caa
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
src/backend/executor/execExpr.c