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

Peter Eisentraut <peter_e@gmx.net>

Commit: 330bf85c4936fa6f0b59d4baad54cd8e1ce11604
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2014-09-12T01:36:41Z
Releases: 9.4.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