Re: Write visibility map during CLUSTER/VACUUM FULL

Поиск
Список
Период
Сортировка
От Anna Akenteva
Тема Re: Write visibility map during CLUSTER/VACUUM FULL
Дата
Msg-id c55135374e653fd9336b897945b63d5d@postgrespro.ru
обсуждение исходный текст
Ответ на Re: Write visibility map during CLUSTER/VACUUM FULL  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: Write visibility map during CLUSTER/VACUUM FULL  (vignesh C <vignesh21@gmail.com>)
Re: Write visibility map during CLUSTER/VACUUM FULL  (Justin Pryzby <pryzby@telsasoft.com>)
Список pgsql-hackers
On 2019-11-29 05:32, Michael Paquier wrote:
> These comments are unanswered for more than 2 months, so I am marking
> this entry as returned with feedback.

I'd like to revive this patch. To make further work easier, attaching a 
rebased version of the latest patch by Alexander.

As for having yet another copy of logic determining visibility: the 
visibility check was mainly taken from heap_page_is_all_visible(), so I 
refactored the code to make sure that logic is not duplicated. The 
updated patch is attached too.

-- 
Anna Akenteva
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company
Вложения

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

Предыдущее
От: Fabien COELHO
Дата:
Сообщение: Re: Preventing abort() and exit() calls in libpq
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: Fix for segfault in logical replication on master