Actually, nodeBitmapIndexscan.c doesn't need to create a standard
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 24 Apr 2005 17:32:46 +0000 (17:32 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 24 Apr 2005 17:32:46 +0000 (17:32 +0000)
commit8403741796148943eb683ea30f35594a29d673f4
tree4d3b22c86fe717c94a0fb2594039e330be129144
parent24475a7618d33aab97403803b9a8cf915927cea7
Actually, nodeBitmapIndexscan.c doesn't need to create a standard
ExprContext at all, since it never evaluates any qual or tlist expressions.
src/backend/executor/nodeBitmapIndexscan.c