Re: Protecting against unexpected zero-pages: proposal - Mailing list pgsql-hackers

From Josh Berkus
Subject Re: Protecting against unexpected zero-pages: proposal
Date
Msg-id 4CD9AB27.7000509@agliodbs.com
Whole thread Raw
In response to Re: Protecting against unexpected zero-pages: proposal  (Greg Stark <gsstark@mit.edu>)
Responses Re: Protecting against unexpected zero-pages: proposal
List pgsql-hackers
> The whole point of the hint bits is that it's in the same place as the data.

Yes, but the hint bits are currently causing us trouble on several
features or potential features:

* page-level CRC checks
* eliminating vacuum freeze for cold data
* index-only access
* replication
* this patch
* etc.

At a certain point, it's worth the trouble to handle them differently
because of the other features that enables or makes much easier.

--                                  -- Josh Berkus                                    PostgreSQL Experts Inc.
                        http://www.pgexperts.com
 


pgsql-hackers by date:

Previous
From: Greg Stark
Date:
Subject: Re: Protecting against unexpected zero-pages: proposal
Next
From: Peter Eisentraut
Date:
Subject: multi-platform, multi-locale regression tests