mirror of
https://github.com/postgres/postgres.git
synced 2025-05-21 00:02:53 -04:00
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.