]> granicus.if.org Git - postgresql/commit
Remove unnecessary EvalPlanQual support code --- since this plan node
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 15 May 2001 16:11:58 +0000 (16:11 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 15 May 2001 16:11:58 +0000 (16:11 +0000)
commit6f3da9ae17d4636eb7ff20e3bcc93e0a1a92b28e
tree8f7492221c4e6b09119f563743b0c41b0ab14dc7
parentd0e1091cfd2f69c0b1056c7e14281299f70b5679
Remove unnecessary EvalPlanQual support code --- since this plan node
type never scans a relation directly, it can't be an EPQ target.
Explicitly drop subplan's tuple table to ensure we have no buffer pin
leaks.
src/backend/executor/nodeSubqueryscan.c