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

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Reset per-tuple memory context between every row in a scan node,
Дата
Msg-id E1QNrK8-0006jF-Bu@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Pull up isReset flag from AllocSetContext to MemoryContext struc
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Message improvement