Re: [HACKERS] Re: subselects

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] Re: subselects
Дата
Msg-id 199801191800.NAA10035@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: subselects  ("Vadim B. Mikheev" <vadim@sable.krasnoyarsk.su>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Newest Source ...
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Re: subselects