Actually, nodeBitmapIndexscan.c doesn't need to create a standard

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

Commit: 8403741796148943eb683ea30f35594a29d673f4
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-04-24T17:32:46Z
Releases: 8.1.0
Actually, nodeBitmapIndexscan.c doesn't need to create a standard
ExprContext at all, since it never evaluates any qual or tlist expressions.

Files

PathChange+/−
src/backend/executor/nodeBitmapIndexscan.c modified +11 −20