]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix (I hope) resource leakage in EvalPlanQual: open subplans must be
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 7 Apr 2000 00:59:17 +0000 (00:59 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 7 Apr 2000 00:59:17 +0000 (00:59 +0000)
commite4d8d43c52927960c4f0741c7183dc7b9259a4e1
tree73dd2c231f1c7ca22aaf244dab077284166c7b52
parent891039c15f0d0a0a7adba71a7ceb77fa74bb3b9c
Fix (I hope) resource leakage in EvalPlanQual: open subplans must be
properly shut down in EndPlan, else we fail to free buffers and so forth
that they hold.
src/backend/executor/execMain.c