]> granicus.if.org Git - postgresql/commit
vacuumdb: enable parallel mode
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 23 Jan 2015 18:02:45 +0000 (15:02 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 23 Jan 2015 18:02:45 +0000 (15:02 -0300)
commita17923204736d8842eade3517d6a8ee81290fca4
tree5e7c05d028e03a28cc013a2d06b7e46f73134cda
parent5cefbf5a6c4466ac6b1cc2a4316b4eba9108c802
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
doc/src/sgml/ref/vacuumdb.sgml
src/bin/pg_dump/parallel.c
src/bin/scripts/common.c
src/bin/scripts/common.h
src/bin/scripts/vacuumdb.c