Re: PATCH to allow concurrent VACUUMs to not lock each

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PATCH to allow concurrent VACUUMs to not lock each
Дата
Msg-id 4788.1120407589@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: PATCH to allow concurrent VACUUMs to not lock each  (Hannu Krosing <hannu@skype.net>)
Ответы Re: PATCH to allow concurrent VACUUMs to not lock each
Список pgsql-patches
Hannu Krosing <hannu@skype.net> writes:
> Ok, this is a new version of the vacuum patch with the following changes
> following some suggestions in this thread.

The more I look at this, the uglier it looks ... and I still haven't
seen any convincing demonstration that it *works*, ie doesn't have
bad side-effects on the transaction-is-in-progress logic.  I'm
particularly concerned about what happens to the RecentXmin horizon
for pg_subtrans and pg_multixact operations.

            regards, tom lane

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

Предыдущее
От: Hannu Krosing
Дата:
Сообщение: Re: PATCH to allow concurrent VACUUMs to not lock each
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: Roles - SET ROLE Updated