Evaluate LIMIT/OFFSET expressions with ExecEvalExprSwitchContext, not
Tom Lane <tgl@sss.pgh.pa.us>
Evaluate LIMIT/OFFSET expressions with ExecEvalExprSwitchContext, not ExecEvalExpr, to avoid possible memory leak.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/executor/nodeLimit.c | modified | +11 −9 |