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

From Alexander Korotkov
Subject Re: Write visibility map during CLUSTER/VACUUM FULL
Date
Msg-id CAPpHfdt3kqsMrfXP_i_xsdHTRtqL1XXSwBSJdF4oDA2qVAf3kA@mail.gmail.com
Whole thread Raw
In response to Write visibility map during CLUSTER/VACUUM FULL  (Alexander Korotkov <a.korotkov@postgrespro.ru>)
List pgsql-hackers
On Sun, Sep 1, 2019 at 11:07 AM Alexander Korotkov
<a.korotkov@postgrespro.ru> wrote:
> This patch have to implement its own check if tuple is allvisible.
> But it appears to be possible to simplify this check assuming that all
> tuples already past HeapTupleSatisfiesVacuum(), which sets hint bits.

Forgot to check tuple xmin against oldest xmin.  Fixed.

------
Alexander Korotkov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company

Attachment

pgsql-hackers by date:

Previous
From: Paul A Jungwirth
Date:
Subject: Re: range_agg
Next
From: Alexander Korotkov
Date:
Subject: Re: Yet another fast GiST build