1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

pg_dump: Remove global Archive pointer.

Instead, everything that needs the Archive object now gets it as a
parameter.  This is necessary infrastructure for parallel pg_dump,
but is also amply justified by the ugliness of the current code
(though a lot more than this is needed to fix that problem).
This commit is contained in:
Robert Haas
2012-02-06 14:07:55 -05:00
parent 622f862868
commit 3b157cf21d
4 changed files with 434 additions and 384 deletions

File diff suppressed because it is too large Load Diff