Re: ERROR: bogus varno - Mailing list pgsql-general

From Michael Fuhr
Subject Re: ERROR: bogus varno
Date
Msg-id 20050909215028.GA35218@winnie.fuhr.org
Whole thread Raw
In response to ERROR: bogus varno  (Bricklen Anderson <BAnderson@PresiNET.com>)
Responses Re: ERROR: bogus varno
List pgsql-general
On Fri, Sep 09, 2005 at 02:35:07PM -0700, Bricklen Anderson wrote:
> 8.1beta1, linux
>
> If I issue a query from a view with a WHERE condition, w/ EXPLAIN ANALYZE, I am
> receiving an error:
>
> dev#EXPLAIN ANALYZE select sum(bytes) from user_bw where id=33897;
> ERROR:  bogus varno: 205

Search the archives for "bogus varno"; this sounds like the same
bug that was fixed a couple of weeks ago.

http://archives.postgresql.org/pgsql-committers/2005-08/msg00374.php

Grab the latest code from CVS or wait until 8.1beta2 comes out.  If
you still get the problem, report it to pgsql-hackers.

--
Michael Fuhr

pgsql-general by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: ecpg -C INFORMIX
Next
From: Tom Lane
Date:
Subject: Re: ERROR: bogus varno