Re: Write visibility map during CLUSTER/VACUUM FULL - Mailing list pgsql-hackers

From Anna Akenteva
Subject Re: Write visibility map during CLUSTER/VACUUM FULL
Date
Msg-id c55135374e653fd9336b897945b63d5d@postgrespro.ru
Whole thread Raw
In response to Re: Write visibility map during CLUSTER/VACUUM FULL  (Michael Paquier <michael@paquier.xyz>)
Responses Re: Write visibility map during CLUSTER/VACUUM FULL
Re: Write visibility map during CLUSTER/VACUUM FULL
List 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
Attachment

pgsql-hackers by date:

Previous
From: Fabien COELHO
Date:
Subject: Re: Preventing abort() and exit() calls in libpq
Next
From: Amit Kapila
Date:
Subject: Re: Fix for segfault in logical replication on master