Re: Visibility map, partial vacuums - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: Visibility map, partial vacuums
Date
Msg-id 492ACE5C.70905@enterprisedb.com
Whole thread Raw
In response to Re: Visibility map, partial vacuums  (Gregory Stark <stark@enterprisedb.com>)
Responses Re: Visibility map, partial vacuums  (Gregory Stark <stark@enterprisedb.com>)
List pgsql-hackers
Gregory Stark wrote:
> However I'm a bit puzzled how you could possibly maintain this frozenxid. As
> soon as you freeze an xid you'll have to visit all the other pages covered by
> that visibility map page to see what the new value should be.

Right, you could only advance it when you scan all the pages covered by 
the visibility map page. But that's better than having to scan the whole 
relation.

--   Heikki Linnakangas  EnterpriseDB   http://www.enterprisedb.com


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [PATCHES] Solve a problem of LC_TIME of windows.
Next
From: Tom Lane
Date:
Subject: Re: Snapshot warning