Re: Skip hole in log_newpage - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Skip hole in log_newpage
Date
Msg-id 10684.1386082482@sss.pgh.pa.us
Whole thread Raw
In response to Skip hole in log_newpage  (Heikki Linnakangas <hlinnakangas@vmware.com>)
List pgsql-hackers
Heikki Linnakangas <hlinnakangas@vmware.com> writes:
> The log_newpage function, used to WAL-log a full copy of a page, is 
> missing the trick we normally use for full-page images to leave out the 
> unused space on the block. That's pretty trivial to implement, so we should.

> Anyone see a problem with this?

+1.  Don't forget to bump the WAL version identifier.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Fix a couple of bugs in MultiXactId freezing
Next
From: Robert Haas
Date:
Subject: Re: Proposed feature: Selective Foreign Keys