Make pg_dump/pg_restore --clean options drop large objects too.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 21 Jul 2009 21:46:10 +0000 (21:46 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 21 Jul 2009 21:46:10 +0000 (21:46 +0000)
commita5375bf90304d0cc39b6ca9d5bb07c20ff51f2b3
tree1a079ecf4309340e9d8792a81aafd88ee54b299f
parent5dedce6770557a6e096429ab06f8e3cac14164b6
Make pg_dump/pg_restore --clean options drop large objects too.
In passing, make invocations of lo_xxx functions a bit more schema-safe.

Itagaki Takahiro
src/bin/pg_dump/pg_backup_archiver.c
src/bin/pg_dump/pg_backup_archiver.h
src/bin/pg_dump/pg_backup_custom.c
src/bin/pg_dump/pg_backup_files.c
src/bin/pg_dump/pg_backup_null.c
src/bin/pg_dump/pg_backup_tar.c