OSDN Git Service

Fix some more not-schema-aware queries in pg_dump. Also fix some places
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 29 May 2002 01:38:56 +0000 (01:38 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 29 May 2002 01:38:56 +0000 (01:38 +0000)
commit49bf04ba8cd3390dd4abbc7e10242f60f67c1f93
tree1fc3a92aa69e918669dba5ff4d0732bc2d2477a0
parentdc20063e43d6bbc97381c03b7651c5bbafea7f35
Fix some more not-schema-aware queries in pg_dump.  Also fix some places
that would do the wrong thing with BLOB OIDs exceeding 2G.
src/bin/pg_dump/pg_backup_archiver.c
src/bin/pg_dump/pg_backup_custom.c
src/bin/pg_dump/pg_backup_db.c
src/bin/pg_dump/pg_backup_db.h
src/bin/pg_dump/pg_backup_files.c
src/bin/pg_dump/pg_backup_tar.c