Re: [HACKERS] Re: subselects - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] Re: subselects
Date
Msg-id 199801191800.NAA10035@candle.pha.pa.us
Whole thread Raw
In response to Re: subselects  ("Vadim B. Mikheev" <vadim@sable.krasnoyarsk.su>)
List pgsql-hackers
> > 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.
>

OK, had some bugs, but now it works.  Ran postmaster with full debug,
and saw proper values in SubLink structure.  In fact, the optimizer
seems to pass this through fine, only to error out in the executor with
'unknown node.'

--
Bruce Momjian
maillist@candle.pha.pa.us

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Newest Source ...
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Re: subselects