Remove unnecessary EvalPlanQual support code --- since this plan node

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 6f3da9ae17d4636eb7ff20e3bcc93e0a1a92b28e
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2001-05-15T16:11:58Z
Releases: 7.2.1
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.

Files

PathChange+/−
src/backend/executor/nodeSubqueryscan.c modified +10 −31