greg
On 24 Sep 2008, at 02:45, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> The next big
> thing seems to be to figure out exactly how to do multiple references
> to CTE outputs, so that we can de-bogotify the planner.
I've looked and don't seem to still have the source tree where I
worked on this. I remember how I made the changes to tuplestore which
was mostly mechanical. The trick I think will be in adding a special
purpose executor method which passes the call site to the node below.
This depends on the observation that if we always memoize results then
each call site can only have one active call. That is, we don't need
to maintain a full stack tree.