vacuumdb: enable parallel mode
Alvaro Herrera <alvherre@alvh.no-ip.org>
vacuumdb: enable parallel mode This mode allows vacuumdb to open several server connections to vacuum or analyze several tables simultaneously. Author: Dilip Kumar. Some reworking by Álvaro Herrera Reviewed by: Jeff Janes, Amit Kapila, Magnus Hagander, Andres Freund
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/vacuumdb.sgml | modified | +24 −0 |
| src/bin/pg_dump/parallel.c | modified | +1 −1 |
| src/bin/scripts/common.c | modified | +16 −7 |
| src/bin/scripts/common.h | modified | +6 −0 |
| src/bin/scripts/vacuumdb.c | modified | +644 −153 |