Provide for parallel restoration from a custom format archive. Each data and

Andrew Dunstan <andrew@dunslane.net>

Commit: 775f1b379e3a282140f60ef65a11d1444dc80ccf
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2009-02-02T20:07:37Z
Releases: 8.4.0
Provide for parallel restoration from a custom format archive. Each data and
post-data step is run in a separate worker child (a thread on Windows, a child
process elsewhere) up to the concurrent number specified by the new pg_restore
command-line --multi-thread | -m switch.

Andrew Dunstan, with some editing by Tom Lane.

Files