aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/tablespace.c
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2012-02-06 12:52:36 -0500
committerRobert Haas <rhaas@postgresql.org>2012-02-06 13:06:34 -0500
commit622f862868992e3b7ded31d79403a4f63281f44a (patch)
treedc4788fc692b927fe11e6c910af24ad608839ef4 /src/backend/commands/tablespace.c
parentc6d76d7c82ebebb7210029f7382c0ebe2c558bca (diff)
downloadpostgresql-622f862868992e3b7ded31d79403a4f63281f44a.tar.gz
postgresql-622f862868992e3b7ded31d79403a4f63281f44a.zip
pg_dump: Reduce dependencies on global variables.
Change various places in the code that are referencing the global Archive object g_fout to instead reference the Archive object fout which is already being passed as a parameter. For parallel pg_dump to work, we're going to need multiple Archive(Handle) objects, so the real solution here is to pass down the Archive object to everywhere that it needs to go, but we might as well pick the low-hanging fruit first.
Diffstat (limited to 'src/backend/commands/tablespace.c')
0 files changed, 0 insertions, 0 deletions