]> granicus.if.org Git - postgresql/commit
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)
commitd5789018c7de551bcce45b6924dda588f9858162
treeb71faa334f72ea5f7a169a920970c81990861c6f
parent7356381ef57e6ddb09f1b1c72085e5102d0baa1e
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