Re: bogus varno EXPLAIN bug (was Re: Explain analyze gives bogus varno for dblink views)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: bogus varno EXPLAIN bug (was Re: Explain analyze gives bogus varno for dblink views)
Дата
Msg-id 10657.1039190171@sss.pgh.pa.us
обсуждение исходный текст
Ответ на bogus varno EXPLAIN bug (was Re: Explain analyze gives bogus varno for dblink views)  (Joe Conway <mail@joeconway.com>)
Ответы Re: bogus varno EXPLAIN bug (was Re: Explain analyze gives  (Joe Conway <mail@joeconway.com>)
Список pgsql-bugs
Joe Conway <mail@joeconway.com> writes:
> I can confirm this both on cvs tip (pulled after noon PST today) and 7.3
> stable branch. It is not related to dblink, but rather the backend. Here's a
> (contrived) script based on Kris's example to trigger it:

Ah, thanks for the simplified test case.  This is undoubtedly my fault
... will look into it.  It is probably somewhat related to the join
alias problem found yesterday (ie, somebody somewhere is trying to use
the wrong rangetable list to interpret a Var node).

            regards, tom lane

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

Предыдущее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Bug #839: triggers do not execute in right order in procedures
Следующее
От: Joe Conway
Дата:
Сообщение: Re: bogus varno EXPLAIN bug (was Re: Explain analyze gives