Reset per-tuple memory context between every row in a scan node, even when

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 0319da638f337cae66a4649581dc1f33d5079e1a
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2011-05-21T18:30:11Z
Releases: 9.1.0
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

PathChange+/−
src/backend/executor/execScan.c modified +4 −1