Re: Cache lookup failed for relation - Mailing list pgsql-general

From Tom Lane
Subject Re: Cache lookup failed for relation
Date
Msg-id 23904.1360605296@sss.pgh.pa.us
Whole thread Raw
In response to Re: Cache lookup failed for relation  (Péter Kovács <peter.dunay.kovacs@gmail.com>)
Responses Re: Cache lookup failed for relation  (Péter Kovács <peter.dunay.kovacs@gmail.com>)
List pgsql-general
Péter Kovács <peter.dunay.kovacs@gmail.com> writes:
> I'm confused by the error message. Is a cache miss an error condition?

Well, this isn't a "cache miss", it's more of a "there's no such OID in
the pg_class catalog" condition.  Normally you see something more
user-friendly; but in the case of going to remove a cross-table linkage,
the code isn't expecting the other table to not be there, so you get a
pretty low-level error.
        regards, tom lane



pgsql-general by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: Cache lookup failed for relation
Next
From: Wolfgang Keller
Date:
Subject: Re: Visual query builder for PosgreSQL?