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.
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/0319da638f337cae66a4649581dc1f33d5079e1a
Modified Files
--------------
src/backend/executor/execScan.c | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
pgsql-committers by date
| Next: | From: Peter Eisentraut | Date: 2011-05-21 21:38:21 |
| Subject: pgsql: Message improvement |
| Previous: | From: Heikki Linnakangas | Date: 2011-05-21 12:24:57 |
| Subject: pgsql: In binary-upgrade mode,dump dropped attributes of composite typ |