Why do we need pg_vlock?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Why do we need pg_vlock?
Дата
Msg-id 20775.937684686@sss.pgh.pa.us
обсуждение исходный текст
Ответы Re: [HACKERS] Why do we need pg_vlock?  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список pgsql-hackers
It seems to me there's no fundamental reason why there couldn't be
two VACUUMs running concurrently in a database.  With the locking
we are doing now, it should be safe enough.  So, I'd like to propose
that we get rid of the pg_vlock lock file.  It doesn't have any useful
purpose but it does force manual intervention by the dbadmin to recover
if a VACUUM crashes :-(

Comments?  Did I miss something about why we can't have more than one
vacuum process?
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] case bug?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [INTERFACES] Re: [HACKERS] changes in 6.4