Make pg_dump/pg_restore --clean options drop large objects too.
Tom Lane <tgl@sss.pgh.pa.us>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_dump/pg_backup_archiver.c | modified | +10 −5 |
| src/bin/pg_dump/pg_backup_archiver.h | modified | +2 −2 |
| src/bin/pg_dump/pg_backup_custom.c | modified | +5 −5 |
| src/bin/pg_dump/pg_backup_files.c | modified | +2 −2 |
| src/bin/pg_dump/pg_backup_null.c | modified | +9 −4 |
| src/bin/pg_dump/pg_backup_tar.c | modified | +2 −2 |