• Tom Lane's avatar
    Fix free space map to correctly track the total amount of FSM space needed · 9e936693
    Tom Lane authored
    even when a single relation requires more than max_fsm_pages pages.  Also,
    make VACUUM emit a warning in this case, since it likely means that VACUUM
    FULL or other drastic corrective measure is needed.  Per reports from Jeff
    Frost and others of unexpected changes in the claimed max_fsm_pages need.
    9e936693
vacuum.c 105 KB