Re: BUG #4926: too few pathkeys for mergeclauses

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: BUG #4926: too few pathkeys for mergeclauses
Дата
Msg-id 407d949e0907161327v7d0170c9g36adc011787574a6@mail.gmail.com
обсуждение исходный текст
Ответ на BUG #4926: too few pathkeys for mergeclauses  ("Roman Kononov" <kononov@ftml.net>)
Ответы Re: BUG #4926: too few pathkeys for mergeclauses  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Список pgsql-bugs
On Thu, Jul 16, 2009 at 9:07 PM, Roman Kononov<kononov@ftml.net> wrote:
>
> test=3D# create table junk(i int);
> CREATE TABLE
> test=3D# select * from junk left outer join (select coalesce(i,1) as x,
> coalesce(i,2) as y from junk) t on coalesce(i,3)=3Dx and coalesce(i,4)=3D=
y and
> coalesce(i,5)=3Dx;
> ERROR: =A0too few pathkeys for mergeclauses

Thanks for the bug report. That's definitely not supposed to be
happening. It's always nice when it's easy to reproduce the problem
like this.

--=20
greg
http://mit.edu/~gsstark/resume.pdf

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

Предыдущее
От: Frank Spies
Дата:
Сообщение: Re: BUG #4918: Weird input syntax for intervals
Следующее
От: "Juan C. Aragon"
Дата:
Сообщение: WARNING: out of shared memory