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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
