Re: [HACKERS] Re: subselects

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: vadim(at)sable(dot)krasnoyarsk(dot)su (Vadim B(dot) Mikheev)
Cc: hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Re: subselects
Date: 1998-01-19 18:00:38
Message-ID: 199801191800.NAA10035@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)us

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-01-19 18:09:10 Re: [HACKERS] Re: subselects
Previous Message Bruce Momjian 1998-01-19 17:06:03 Re: [HACKERS] Newest Source ...