Re: 7.3.3 drop table takes very long time

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: 7.3.3 drop table takes very long time
Дата
Msg-id 11871.1073581548@sss.pgh.pa.us
обсуждение исходный текст
Ответ на 7.3.3 drop table takes very long time  ("Eric Freeman" <ejf7@hotmail.com>)
Ответы Re: 7.3.3 drop table takes very long time  (Mike Mascari <mascarm@mascari.com>)
Список pgsql-general
"Eric Freeman" <ejf7@hotmail.com> writes:
> I started the drop table command yesterday and it's been running for almost
> 24 hours.

You're stuck in some kind of infinite loop --- there's no way that DROP
should take any noticeable amount of time.  I'm guessing that the system
catalog entries for this particular table are corrupted somehow, but no
idea just how.  It would be worth trying to track it down in case there
is a PG bug lurking.

Can you attach to the looping backend with a debugger and get a stack
trace for us?

            regards, tom lane

В списке pgsql-general по дате отправления:

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Queries taking a very long time
Следующее
От: Mike Mascari
Дата:
Сообщение: Re: 7.3.3 drop table takes very long time