• T
    Modify XLogInsert API to make callers specify whether pages to be backed · ee7ac7b1
    Tom Lane 提交于
    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.
    ee7ac7b1
sequence.c 28.6 KB