Modify XLogInsert API to make callers specify whether pages to be backed

Tom Lane <tgl@sss.pgh.pa.us>

Commit: ee7ac7b11e9e6623871833729958662a4598fbc5
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-06-06T20:22:58Z
Releases: 8.1.0
Modify XLogInsert API to make callers specify whether pages to be backed
up have the standard layout with unused space between pd_lower and pd_upper.
When this is set, XLogInsert will omit the unused space without bothering
to scan it to see if it's zero.  That saves time in XLogInsert, and also
allows reversion of my earlier patch to make PageRepairFragmentation et al
explicitly re-zero freed space.  Per suggestion by Heikki Linnakangas.

Files