Re: error in cvs head: bogus varattno for OUTER var: 5

Поиск
Список
Период
Сортировка
От Jeremy Drake
Тема Re: error in cvs head: bogus varattno for OUTER var: 5
Дата
Msg-id Pine.BSO.4.64.0702250011520.18849@resin.csoft.net
обсуждение исходный текст
Ответ на Re: error in cvs head: bogus varattno for OUTER var: 5  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: error in cvs head: bogus varattno for OUTER var: 5  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Sun, 25 Feb 2007, Tom Lane wrote:

> Jeremy Drake <pgsql@jdrake.com> writes:
> > psql:bogus_varattno_error.sql:23: ERROR:  bogus varattno for OUTER var: 5
>
> > Any ideas what is causing this?
>
> This looks pretty nearly related to stuff I've been hacking on recently,
> so I suppose I broke something :-(.  Will take a closer look tomorrow.

This should help.  I managed to whiddle the example down even further.

CREATE TABLE a ( a_a text
);
CREATE TABLE b ( b_a text
);

CREATE TABLE b_chld () INHERITS (b);

EXPLAIN SELECT a_a FROM a LEFT JOIN b ON a_a = lower(b_a);


Results in:
ERROR:  bogus varattno for OUTER var: 2

The function call and the inheritance are both required, remove either and
it works fine.

-- 
This is the ____LAST time I take travel suggestions from Ray Bradbury!


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: error in cvs head: bogus varattno for OUTER var: 5
Следующее
От: RPK
Дата:
Сообщение: PGSQL and NPGSQL does not display exact errors