Fix some more not-schema-aware queries in pg_dump. Also fix some places
Tom Lane <tgl@sss.pgh.pa.us>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_dump/pg_backup_archiver.c | modified | +28 −24 |
| src/bin/pg_dump/pg_backup_custom.c | modified | +3 −3 |
| src/bin/pg_dump/pg_backup_db.c | modified | +7 −5 |
| src/bin/pg_dump/pg_backup_db.h | modified | +2 −2 |
| src/bin/pg_dump/pg_backup_files.c | modified | +7 −7 |
| src/bin/pg_dump/pg_backup_tar.c | modified | +15 −41 |