]> granicus.if.org Git - postgresql/commit
pg_dump: Remove global Archive pointer.
authorRobert Haas <rhaas@postgresql.org>
Mon, 6 Feb 2012 19:07:55 +0000 (14:07 -0500)
committerRobert Haas <rhaas@postgresql.org>
Mon, 6 Feb 2012 19:07:55 +0000 (14:07 -0500)
commit3b157cf21dc2c1cd678580a178d05e0c1fbafd9d
tree293b6d36115c4b2cb9d3c20c5585661b141afbef
parent622f862868992e3b7ded31d79403a4f63281f44a
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).
src/bin/pg_dump/common.c
src/bin/pg_dump/pg_backup.h
src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/pg_dump.h