Re: BUG #4289: drop owned by report ERROR: cache lookup failed for relation 16390 - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #4289: drop owned by report ERROR: cache lookup failed for relation 16390
Date
Msg-id 13716.1215618009@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #4289: drop owned by report ERROR: cache lookup failed for relation 16390  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-bugs
Alvaro Herrera <alvherre@commandprompt.com> writes:
> Tom Lane wrote:
>> Actually, on looking closer, the problem is that recursiveDeletion fails
>> to pass alreadyDeleted down to (and through) deleteDependentObjects.

> Hmm, in this case I wonder if this could show up in other cases too,
> like DROP SCHEMA.

No, because alreadyDeleted is only used by performMultipleDeletions
which (in 8.3) is only used by DROP OWNED.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: BUG #4289: drop owned by report ERROR: cache lookup failed for relation 16390
Next
From: "Andreas"
Date:
Subject: BUG #4290: wrong double subselect with aggregate function