• R
    Department of second thoughts: remove PD_ALL_FROZEN. · 77a1d1e7
    Robert Haas 提交于
    Commit a892234f added a second bit per
    page to the visibility map, which still seems like a good idea, but it
    also added a second page-level bit alongside PD_ALL_VISIBLE to track
    whether the visibility map bit was set.  That no longer seems like a
    clever plan, because we don't really need that bit for anything.  We
    always clear both bits when the page is modified anyway.
    
    Patch by me, reviewed by Kyotaro Horiguchi and Masahiko Sawada.
    77a1d1e7
visibilitymap.c 22.1 KB