Re: [HACKERS] SIGSEGV in sebselect.

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] SIGSEGV in sebselect.
Дата
Msg-id 199802230252.VAA09448@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] SIGSEGV in sebselect.  ("Vadim B. Mikheev" <vadim@sable.krasnoyarsk.su>)
Список pgsql-hackers
>
> Bruce Momjian wrote:
> >
> > This is a partial fix.  In make_unique(), if Query->uniqueAttr is '*',
> > Unique->uniqueAttr gets null.  However, with this fix, I get:
> >
> >         test=> select usesysid from pg_user where usesysid in (select distinct
> >         usesysid from pg_user);
> >         ERROR:  ExecReScan: node type 24 not supported
> >
> > I have not installed this patch yet until Vadim comments and perhaps has
> > an idea on the ExecReScan message:
>
> Patch is Ok. DISTINCT is yet another node without re-scan support.
> Hope to add it in 1-2 days.

I have applied my patch.

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

В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Vadim B. Mikheev"
Дата:
Сообщение: Re: [HACKERS] SIGSEGV in sebselect.
Следующее
От: t-ishii@sra.co.jp
Дата:
Сообщение: Re: [HACKERS] Current 6.3 issues