aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2008-11-30 18:49:48 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2008-11-30 18:49:48 +0000
commit25a4f1afec301b8358cde28099b68bf43f18d5b4 (patch)
treeb4f5ee599b81d02441f022d16c356710678e5ed5 /src/backend/executor
parent66156f24321d15eb5d1a7a24505493214dd7f90f (diff)
downloadpostgresql-25a4f1afec301b8358cde28099b68bf43f18d5b4.tar.gz
postgresql-25a4f1afec301b8358cde28099b68bf43f18d5b4.zip
Remove inappropriate memory context switch in shutdown_MultiFuncCall().
This was a thinko introduced in a patch from last February; it results in memory leakage if an SRF is shut down before the actual end of query, because subsequent code will be running in a longer-lived context than it's expecting to be.
Diffstat (limited to 'src/backend/executor')
0 files changed, 0 insertions, 0 deletions