• Peter Eisentraut's avatar
    Fix vacuumdb --analyze-in-stages --all order · da24813c
    Peter Eisentraut authored
    When running vacuumdb --analyze-in-stages --all, it needs to run the
    first stage across all databases before the second one, instead of
    running all stages in a database before processing the next one.
    
    Also respect the --quiet option with --analyze-in-stages.
    da24813c
vacuumdb.c 12 KB