aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/heap/visibilitymap.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2010-08-18 21:52:24 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2010-08-18 21:52:24 +0000
commit3573c8346d4c1683c7052e44323abe14fb337e70 (patch)
tree2c7d9a79405ff28802a97d4581b615fc808f749b /src/backend/access/heap/visibilitymap.c
parent2d8314bd43663b7ef45628d283dc5c6c10a60a75 (diff)
downloadpostgresql-3573c8346d4c1683c7052e44323abe14fb337e70.tar.gz
postgresql-3573c8346d4c1683c7052e44323abe14fb337e70.zip
Reset the per-output-tuple exprcontext each time through the main loop in
ExecModifyTable(). This avoids memory leakage when trigger functions leave junk behind in that context (as they more or less must). Problem and solution identified by Dean Rasheed. I'm a bit concerned about the longevity of this solution --- once a plan can have multiple ModifyTable nodes, we are very possibly going to have to do something different. But it should hold up for 9.0.
Diffstat (limited to 'src/backend/access/heap/visibilitymap.c')
0 files changed, 0 insertions, 0 deletions