Remove useless ps_OuterTupleSlot field from PlanState. I suppose this was

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

Commit: d5789018c7de551bcce45b6924dda588f9858162
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2008-10-23T14:34:34Z
Releases: 8.4.0
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