Remove useless ps_OuterTupleSlot field from PlanState. I suppose this was
Tom Lane <tgl@sss.pgh.pa.us>
Remove useless ps_OuterTupleSlot field from PlanState. I suppose this was used long ago, but in the current code the ecxt_outertuple field of ExprContext is doing all the work. Spotted by Ran Tang.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/executor/nodeHashjoin.c | modified | +1 −4 |
| src/backend/executor/nodeNestloop.c | modified | +1 −11 |
| src/include/nodes/execnodes.h | modified | +4 −5 |