]> 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:36:41 +0000 (21:36 -0400)
commit330bf85c4936fa6f0b59d4baad54cd8e1ce11604
tree82601314a7bff576a12305239aa612e3e8538ff2
parent022aea346def58d5dd17dd0e012f925e8688d439
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