]> granicus.if.org Git - postgresql/commit
Properly detect read and write errors in pg_dump/dumpall, and pg_restore
authorBruce Momjian <bruce@momjian.us>
Tue, 6 May 2014 00:27:16 +0000 (20:27 -0400)
committerBruce Momjian <bruce@momjian.us>
Tue, 6 May 2014 00:27:16 +0000 (20:27 -0400)
commit14ea89366fe321609afc5838ff9fe2ded1cd707d
tree16e038cf94b05cdcb505cfe54939bb37c2f146f2
parent768fb0032655e37810ab37a22f870af85ab1108c
Properly detect read and write errors in pg_dump/dumpall, and pg_restore

Previously some I/O errors were ignored.
src/bin/pg_dump/compress_io.c
src/bin/pg_dump/compress_io.h
src/bin/pg_dump/pg_backup.h
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_db.c
src/bin/pg_dump/pg_backup_directory.c
src/bin/pg_dump/pg_backup_null.c
src/bin/pg_dump/pg_backup_tar.c