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

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix vacuumdb --analyze-in-stages --all order
Date: 2014-09-12 01:41:34
Message-ID: E1XSFri-0006IL-2j@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/330bf85c4936fa6f0b59d4baad54cd8e1ce11604

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-09-12 02:34:35 pgsql: Fix JSON regression tests.
Previous Message Stephen Frost 2014-09-12 01:32:14 pgsql: Add 'ignore_nulls' option to row_to_json