Re: error in cvs head: bogus varattno for OUTER var: 5 - Mailing list pgsql-hackers

From Jeremy Drake
Subject Re: error in cvs head: bogus varattno for OUTER var: 5
Date
Msg-id Pine.BSO.4.64.0702250011520.18849@resin.csoft.net
Whole thread Raw
In response to Re: error in cvs head: bogus varattno for OUTER var: 5  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: error in cvs head: bogus varattno for OUTER var: 5
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: error in cvs head: bogus varattno for OUTER var: 5
Next
From: RPK
Date:
Subject: PGSQL and NPGSQL does not display exact errors