pgsql: Reset per-tuple memory context between every row in a scan node,

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Reset per-tuple memory context between every row in a scan node,
Date: 2011-05-21 18:54:52
Message-ID: E1QNrK8-0006jF-Bu@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2011-05-21 21:38:21 pgsql: Message improvement
Previous Message Heikki Linnakangas 2011-05-21 12:24:57 pgsql: In binary-upgrade mode, dump dropped attributes of composite typ