Re: TupleDescs and refcounts and such, again - Mailing list pgsql-hackers

From Tom Lane
Subject Re: TupleDescs and refcounts and such, again
Date
Msg-id 25564.1167262187@sss.pgh.pa.us
Whole thread Raw
In response to Re: TupleDescs and refcounts and such, again  ("Simon Riggs" <simon@2ndquadrant.com>)
List pgsql-hackers
"Simon Riggs" <simon@2ndquadrant.com> writes:
> OK, I guess my only other question is to do with recursive/hierarchical
> queries: How will we handle those? All in same context?

Offhand I don't think it matters.  Recursive queries are recursive in
the data, not in the plan tree.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [PATCHES] [BUGS] BUG #2846: inconsistent and confusing handling of underflows,
Next
From: Tom Lane
Date:
Subject: Re: (SETOF) RECORD AS complex_type