Re: BUG #4289: drop owned by report ERROR: cache lookup failed for relation 16390

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #4289: drop owned by report ERROR: cache lookup failed for relation 16390
Дата
Msg-id 13716.1215618009@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #4289: drop owned by report ERROR: cache lookup failed for relation 16390  (Alvaro Herrera <alvherre@commandprompt.com>)
Список 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 по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: BUG #4289: drop owned by report ERROR: cache lookup failed for relation 16390
Следующее
От: "Andreas"
Дата:
Сообщение: BUG #4290: wrong double subselect with aggregate function