Reset per-tuple memory context between every row in a scan node, even when
Heikki Linnakangas <heikki.linnakangas@iki.fi>
Reset per-tuple memory context between every row in a scan node, even when there's no quals or projections. Currently this only matters for foreign scans, as none of the other scan nodes litter the per-tuple memory context when there's no quals or projections.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/executor/execScan.c | modified | +4 −1 |