Re: HOT and autovacuum

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: HOT and autovacuum
Дата
Msg-id 1468.1204584442@sss.pgh.pa.us
обсуждение исходный текст
Ответ на HOT and autovacuum  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: HOT and autovacuum
Список pgsql-hackers
Alvaro Herrera <alvherre@commandprompt.com> writes:
> I'm seeing a 8.3 database whose autovacuum-initiated vacuums are being
> cancelled and I am not sure of the cause.  I am wondering if a HOT
> cleanup round on a page could try to acquire locks on it that would
> conflict with autovacuum (basically anything that conflicts with a
> vacuum lock).  This would cause autovacuum to commit hara-kiri.

This is nonsense, no?  A buffer cleanup lock is an LWLock not a lock
manager lock.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Google Summer of Code 2008
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: A couple of PG schedule reminders