]> granicus.if.org Git - postgresql/commit
Fix vacuumdb --analyze-in-stages --all order
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 12 Sep 2014 01:08:59 +0000 (21:08 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 12 Sep 2014 01:40:46 +0000 (21:40 -0400)
commitda24813c2079c67363d5333bab5cfb3fcf969713
tree7a111110dfa82999a7ca8e202c720c71e23a54ef
parent95d737ff45a38809130a2c633d9e6bc26c825036
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.
src/bin/scripts/t/102_vacuumdb_stages.pl
src/bin/scripts/vacuumdb.c