Re: remove lock protection on HeapTupleSatisfiesVacuum

Поиск
Список
Период
Сортировка
От Qingqing Zhou
Тема Re: remove lock protection on HeapTupleSatisfiesVacuum
Дата
Msg-id e65ag0$3f3$1@news.hub.org
обсуждение исходный текст
Ответ на remove lock protection on HeapTupleSatisfiesVacuum  (Qingqing Zhou <zhouqq@cs.toronto.edu>)
Ответы Re: remove lock protection on HeapTupleSatisfiesVacuum  ("Jim C. Nasby" <jnasby@pervasive.com>)
Список pgsql-patches
"Qingqing Zhou" <zhouqq@cs.toronto.edu> wrote
>
> The overall performance improvement might be marginal but why not if it is
> right. What I cares is the correctness. As I understand, the orginal code
> puts a shared lock (1) to prevent the vacuum process to move tuples around
> so the hint bits change may happen in a wrong place; (2) to prevent other
> operations holding EXCLUSIVE lock to change bits at the same time.
>

I realized I made an aweful mistake. The shared lock also (3) to prevent
other operations holding EXCLUSIVE lock to change the xid fields at the
same. So the final conclusion is: the original code is right and my patch is
terriblly wrong :-(

Regards,
Qingqing



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

Предыдущее
От: "Andrew Dunstan"
Дата:
Сообщение: Re: [HACKERS] Win32 sysconfig -> pg_service.conf
Следующее
От: ITAGAKI Takahiro
Дата:
Сообщение: Re: table/index fillfactor control