Enable large file support.
Peter Eisentraut <peter_e@gmx.net>
Enable large file support. Use off_t and size_t in pg_dump to handle file offset arithmetic correctly.
Files
| Path | Change | +/− |
|---|---|---|
| configure | modified | +467 −0 |
| configure.in | modified | +6 −1 |
| doc/src/sgml/release.sgml | modified | +2 −1 |
| src/bin/pg_dump/pg_backup_archiver.c | modified | +51 −44 |
| src/bin/pg_dump/pg_backup_archiver.h | modified | +15 −15 |
| src/bin/pg_dump/pg_backup_custom.c | modified | +47 −48 |
| src/bin/pg_dump/pg_backup_db.c | modified | +4 −4 |
| src/bin/pg_dump/pg_backup_db.h | modified | +2 −2 |
| src/bin/pg_dump/pg_backup_files.c | modified | +20 −28 |
| src/bin/pg_dump/pg_backup.h | modified | +2 −2 |
| src/bin/pg_dump/pg_backup_null.c | modified | +7 −16 |
| src/bin/pg_dump/pg_backup_tar.c | modified | +81 −83 |
| src/bin/pg_dump/pg_dump.c | modified | +2 −2 |
| src/include/pg_config.h.in | modified | +18 −1 |