Re: Timing problem in DROP TABLESPACE?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Timing problem in DROP TABLESPACE?
Дата
Msg-id 20867.1225984851@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Timing problem in DROP TABLESPACE?  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: Timing problem in DROP TABLESPACE?  (Simon Riggs <simon@2ndQuadrant.com>)
Список pgsql-hackers
Alvaro Herrera <alvherre@commandprompt.com> writes:
> Simon Riggs wrote:
>> On a recent test the last command of the last test has failed:
>> DROP TABLESPACE testspace;
>> ERROR:  tablespace "testspace" is not empty

> Maybe it is failing due to files that are scheduled to be deleted by
> next checkpoint?  If it runs a checkpoint internally, perhaps there's a
> race condition in the code that waits until the files are gone.

The buildfarm has shown this type of error occasionally, though AFAIR
only on Windows boxen.  I had assumed it was a Windows-specific issue.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [PATCH] EnableDisableTrigger Cleanup & Questions
Следующее
От: Teodor Sigaev
Дата:
Сообщение: Bitmap index - first look