]> granicus.if.org Git - postgresql/commit
pg_dump: Remove global connection pointer.
authorRobert Haas <rhaas@postgresql.org>
Thu, 16 Feb 2012 18:00:24 +0000 (13:00 -0500)
committerRobert Haas <rhaas@postgresql.org>
Thu, 16 Feb 2012 18:00:24 +0000 (13:00 -0500)
commit689d0eb7db9514f33f49fd5260462b9ba8331e80
tree7c34ac1d9d3614a87ca7bbb3425c0fcac42444fe
parent549e93c990575b2b69c49fcacc0f280bc9762db9
pg_dump: Remove global connection pointer.

Parallel pg_dump wants to have multiple ArchiveHandle objects, and
therefore multiple PGconns, in play at the same time.  This should
be just about the end of the refactoring that we need in order to
make that workable.
src/bin/pg_dump/pg_backup.h
src/bin/pg_dump/pg_backup_db.c
src/bin/pg_dump/pg_dump.c