Re: subselects - Mailing list pgsql-hackers

From Vadim B. Mikheev
Subject Re: subselects
Date
Msg-id 34C2F4B4.7BBA1DB2@sable.krasnoyarsk.su
Whole thread Raw
In response to subselects  (Bruce Momjian <maillist@candle.pha.pa.us>)
Responses Re: [HACKERS] Re: subselects  (Bruce Momjian <maillist@candle.pha.pa.us>)
Re: [HACKERS] Re: subselects  (Bruce Momjian <maillist@candle.pha.pa.us>)
Re: [HACKERS] Re: subselects  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian wrote:
>
> OK, I have added code to allow the SubLinks make it to the optimizer.
>
> I implemented ParseState->parentParseState, but not parentQuery, because
> the parentParseState is much more valuable to me, and Vadim thought it
> might be useful, but was not positive.  Also, keeping that parentQuery
> pointer valid through rewrite may be difficult, so I dropped it.
> ParseState is only valid in the parser.
>
> I have not done:
>
>         correlated subquery column references
>         added Var->sublevels_up
>         gotten this to work in the rewrite system
>         have not added full CopyNode support
>
> I will address these in the next few days.

Nice! I'm starting with non-correlated subqueries...

Vadim

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: subselects
Next
From: Mattias Kregert
Date:
Subject: Re: Re: [HACKERS] Re: [QUESTIONS] Business cases