Re: ERROR: cache lookup failed for relation 438095645

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: joe(at)avsupport(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: ERROR: cache lookup failed for relation 438095645
Date: 2005-07-07 03:36:52
Message-ID: 2913.1120707412@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Joe Markwardt <joe(at)avsupport(dot)com> writes:
> On Wed, 2005-07-06 at 14:04 -0400, Tom Lane wrote:
>> They appear to be triggers for a foreign-key constraint between
>> pl_inventory_analyzer_files_table and pl02_status_table ... so I guess
>> the question is what happened to the latter?

> I'm not sure. As far as I can tell nothing has happened to the
> pl02_status_table, nor should anything have happened to it recently.

Well, that's just plain bizarre...

The next thing to check is whether the OID mentioned in pg_trigger
(which I forgot already) is the same as the OID shown in pg_class, ie
select oid from pg_class where relname = 'pl02_status_table'. I can
think of a few different possible pathologies here, but there's no point
speculating in advance of the data.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2005-07-07 03:50:24 Re: About unsigned smallint?
Previous Message Alvaro Herrera 2005-07-06 22:19:21 Re: Adding miscadmin.h generates errors ?