Re: ERROR: bogus varno

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Bricklen Anderson <BAnderson(at)PresiNET(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: ERROR: bogus varno
Date: 2005-09-09 21:50:28
Message-ID: 20050909215028.GA35218@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Steve Atkins 2005-09-09 21:53:46 Re: query profiling
Previous Message Michael Fuhr 2005-09-09 21:41:52 Re: ecpg -C INFORMIX