Fix vacuumdb --analyze-in-stages --all order
Peter 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.
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/scripts/t/102_vacuumdb_stages.pl | modified | +18 −1 |
| src/bin/scripts/vacuumdb.c | modified | +54 −23 |