• Heikki Linnakangas's avatar
    Refactor page compactifying code. · 809d9a26
    Heikki Linnakangas authored
    The logic to compact away removed tuples from page was duplicated with
    small differences in PageRepairFragmentation, PageIndexMultiDelete, and
    PageIndexDeleteNoCompact. Put it into a common function.
    
    Reviewed by Peter Geoghegan.
    809d9a26
bufpage.c 29.2 KB