Re: Unexpected VACUUM FULL failure

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Unexpected VACUUM FULL failure
Дата
Msg-id 11549.1186622664@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Unexpected VACUUM FULL failure  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: Unexpected VACUUM FULL failure
Список pgsql-hackers
Alvaro Herrera <alvherre@commandprompt.com> writes:
> Tom Lane wrote:
>> I couldn't reproduce it in a few tries.  A reasonable guess is that
>> it's triggered by autovacuum deciding to vacuum the table sometime
>> before the VACUUM FULL starts.  Anyone want to try to reproduce it?

> Hum, aren't vacuums supposed to be blocked by each other?

Sure.  I'm not thinking it's a case of concurrent vacuums (if it is,
we've got worse problems than anyone imagined), but rather that the
autovac left the table in a state that exposes a bug in the subsequent
VACUUM FULL.  Since we've whacked the tqual.c logic around recently,
the problem might actually lie there...
        regards, tom lane


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Unexpected VACUUM FULL failure
Следующее
От: "Brendan Jurd"
Дата:
Сообщение: Re: Function structure in formatting.c