Re: Idea for getting rid of VACUUM FREEZE on cold pages - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: Idea for getting rid of VACUUM FREEZE on cold pages
Date
Msg-id 4BFCABD0.3030905@enterprisedb.com
Whole thread Raw
In response to Re: Idea for getting rid of VACUUM FREEZE on cold pages  (Josh Berkus <josh@agliodbs.com>)
Responses Re: Idea for getting rid of VACUUM FREEZE on cold pages
List pgsql-hackers
On 25/05/10 23:56, Josh Berkus wrote:
> Do we get a bit in the visibility map for a page which has aborted
> transaction rows on it?

If there's a tuple with an aborted xmin on a page, the bit in the 
visibility map is not set. A tuple with aborted xmax doesn't matter.

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


pgsql-hackers by date:

Previous
From: Jesper Krogh
Date:
Subject: Re: tsvector pg_stats seems quite a bit off.
Next
From: Simon Riggs
Date:
Subject: Re: Synchronization levels in SR