Tom Lane c7ff7663e4 Get rid of the separate EState for subplans, and just let them share the
parent query's EState.  Now that there's a single flat rangetable for both
the main plan and subplans, there's no need anymore for a separate EState,
and removing it allows cleaning up some crufty code in nodeSubplan.c and
nodeSubqueryscan.c.  Should be a tad faster too, although any difference
will probably be hard to measure.  This is the last bit of subsidiary
mop-up work from changing to a flat rangetable.
2007-02-27 01:11:26 +00:00
..
2007-02-21 20:02:17 +00:00
2007-01-20 17:16:17 +00:00
2007-02-16 17:07:00 +00:00
2007-01-20 17:16:17 +00:00
2006-12-02 01:16:16 +00:00
2007-02-06 16:20:23 +00:00
2007-02-16 17:07:00 +00:00
2007-02-21 20:02:17 +00:00