Fix pg_dump on win32 to properly dump files larger than 2Gb when using
Magnus Hagander <magnus@hagander.net>
Fix pg_dump on win32 to properly dump files larger than 2Gb when using binary dump formats.
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_dump/pg_backup_archiver.c | modified | +14 −14 |
| src/bin/pg_dump/pg_backup_archiver.h | modified | +4 −4 |
| src/bin/pg_dump/pg_backup_custom.c | modified | +9 −9 |
| src/bin/pg_dump/pg_backup_files.c | modified | +2 −2 |
| src/bin/pg_dump/pg_backup_tar.c | modified | +11 −11 |
| src/bin/pg_dump/pg_dump.h | modified | +19 −1 |