Re: reldesc does not exit

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Darrin Ladd" <dladd(at)newfoundcomm(dot)net>
Cc: "PGSQL General" <pgsql-general(at)postgresql(dot)org>
Subject: Re: reldesc does not exit
Date: 2000-09-29 05:36:18
Message-ID: 16175.970205778@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Darrin Ladd" <dladd(at)newfoundcomm(dot)net> writes:
> I continually get the following error when I truncate a very large table in
> my db:
> NOTICE: trying to delete a reldesc that does not exist
> Is this something that I should be concerned about?

Possibly. That's a "shouldn't ever happen" kind of message, so it
certainly indicates some sort of bug. Severity of bug is unguessable
at this point. I don't see this when doing TRUNCATE on a plain-vanilla
table, so I guess there is something special about your situation.
What Postgres version are you running, on what platform? May we see
the full definition of the table in question? Also, how large is "very
large"?

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2000-09-29 05:53:47 Re: Checking number of entries
Previous Message Philip Warner 2000-09-29 05:08:25 Re: Checking number of entries