Re: EXPLAIN with view: bogus varno: 5

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: EXPLAIN with view: bogus varno: 5
Дата
Msg-id 4016.1125165948@sss.pgh.pa.us
обсуждение исходный текст
Ответ на EXPLAIN with view: bogus varno: 5  (Michael Fuhr <mike@fuhr.org>)
Список pgsql-hackers
Michael Fuhr <mike@fuhr.org> writes:
> Running EXPLAIN on a view that has an aggregate and uses an index
> results in the error "bogus varno: 5".

I've committed a fix for this --- it was a bug in the recently added
code that eliminates useless SubqueryScan nodes.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Any MIPS assembly experts in the house?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: bitmap scan cause core dump 8.1dev