Remove useless ps_OuterTupleSlot field from PlanState. I suppose this was
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 23 Oct 2008 14:34:34 +0000 (14:34 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 23 Oct 2008 14:34:34 +0000 (14:34 +0000)
commitd72ae4a4453e164d40fa473251e22d23677c860a
tree839e066871021b7c475f3102b4768e3f49be31b3
parent9648baf43b2b22ef8f8d4ff500fac234bbbe73c2
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.
src/backend/executor/nodeHashjoin.c
src/backend/executor/nodeNestloop.c
src/include/nodes/execnodes.h