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

Started by Peter Eisentrautalmost 12 years ago1 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/da24813c2079c67363d5333bab5cfb3fcf969713

Modified Files
--------------
src/bin/scripts/t/102_vacuumdb_stages.pl | 19 +++++++-
src/bin/scripts/vacuumdb.c | 77 +++++++++++++++++++++---------
2 files changed, 72 insertions(+), 24 deletions(-)

--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers