Re: Error

From: Andrew Bell <acbell(at)iastate(dot)edu>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: Error
Date: 2001-11-27 18:53:13
Message-ID: 5.1.0.14.2.20011127124604.00a65278@acbell.mail.iastate.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

At 01:42 PM 11/27/2001 -0500, you wrote:
>Andrew Bell <acbell(at)iastate(dot)edu> writes:
> > Can anybody tell me what this means, or where to look in the docs to find
> > out more?
>
> > ERROR: cache lookup of attribute 0 in relation 318304 failed
>
>Looks like a bug of some kind to me: that's a low level routine
>complaining that it didn't find an entry in pg_attribute, which indeed
>it wouldn't find for attribute zero (we number attributes from 1).
>So some other bit of code is passing in a bogus attribute number.
>May we see a reproducible example?

Sorry - can't reproduce. In desperation, I did a VACCUUM ANALYZE and the
error went away.

Cheers,

-- Andrew Bell
acbell(at)iastate(dot)edu

In response to

  • Re: at 2001-11-27 18:42:00 from Tom Lane

Browse pgsql-novice by date

  From Date Subject
Next Message Andrew Bell 2001-11-27 19:00:55 Query query
Previous Message Tom Lane 2001-11-27 18:42:00 Re: