OSDN Git Service

Reset per-tuple memory context between every row in a scan node, even when
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Sat, 21 May 2011 18:30:11 +0000 (14:30 -0400)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Sat, 21 May 2011 18:30:11 +0000 (14:30 -0400)
commit0319da638f337cae66a4649581dc1f33d5079e1a
tree0b7f20d832c41149274b6dfc27a17c79b4eb9328
parent27c7875d95cf629e3f344ba91d1f8a1a936ed043
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.
src/backend/executor/execScan.c