• Robert Haas's avatar
    Add VACUUM (DISABLE_PAGE_SKIPPING) for emergencies. · ede62e56
    Robert Haas authored
    If you really want to vacuum every single page in the relation,
    regardless of apparent visibility status or anything else, you can use
    this option.  In previous releases, this behavior could be achieved
    using VACUUM (FREEZE), but because we can now recognize all-frozen
    pages as not needing to be frozen again, that no longer works.  There
    should be no need for routine use of this option, but maybe bugs or
    disaster recovery will necessitate its use.
    
    Patch by me, reviewed by Andres Freund.
    ede62e56
vacuum.out 2.32 KB