]> granicus.if.org Git - postgresql/commit
Evaluate LIMIT/OFFSET expressions with ExecEvalExprSwitchContext, not
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 6 Aug 2001 18:05:07 +0000 (18:05 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 6 Aug 2001 18:05:07 +0000 (18:05 +0000)
commit7d6fbe15a2597b6f1b46e9f067c4649645e5e516
treec0c66f624364429f0f392a053c5a40dd09a45e7e
parent5558e15ce52c6789910f1ca5e987396f40976fae
Evaluate LIMIT/OFFSET expressions with ExecEvalExprSwitchContext, not
ExecEvalExpr, to avoid possible memory leak.
src/backend/executor/nodeLimit.c