Fix vacuumdb --analyze-in-stages --all order

Peter Eisentraut <peter_e@gmx.net>

Commit: da24813c2079c67363d5333bab5cfb3fcf969713
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2014-09-12T01:40:46Z
Releases: 9.5.0
Fix vacuumdb --analyze-in-stages --all order

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.

Files

PathChange+/−
src/bin/scripts/t/102_vacuumdb_stages.pl modified +18 −1
src/bin/scripts/vacuumdb.c modified +54 −23