Re: [HACKERS] Fixing Simms' vacuum problems

Поиск
Список
Период
Сортировка
От Vadim Mikheev
Тема Re: [HACKERS] Fixing Simms' vacuum problems
Дата
Msg-id 37DD40F0.8164BA32@krs.ru
обсуждение исходный текст
Ответ на Fixing Simms' vacuum problems  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane wrote:
> 
> So, it looks like a solution involves two components: first, being more
> careful to lock system relations appropriately, and second, being sure
> that SI messages are seen soon enough.  I think the read-SI-messages-
> at-lock-time code that's already in place for 6.6 will be sufficient for
> the second point, if we are religious about acquiring appropriate locks.
> (BTW, I think that in most cases an appropriate lock on a system table
> will be less strong than AccessExclusiveLock --- Vadim, do you agree?)

ExclusiveLock should be ok.

Vadim


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

Предыдущее
От: Leon
Дата:
Сообщение: Re: [HACKERS] Status report: long-query-string changes
Следующее
От: Vadim Mikheev
Дата:
Сообщение: Re: [HACKERS] Vacuum analyze bug CAUGHT