]> granicus.if.org Git - postgresql/commit
Make pg_dump and friends consistently report both the filename and the
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 28 Oct 2007 21:55:52 +0000 (21:55 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 28 Oct 2007 21:55:52 +0000 (21:55 +0000)
commit27c033ed98d0ed8ee05caf440ae648f42fa5f9d6
tree5e4bda42662ec4fb2237e3ee25b5bd0b3e97f452
parent006f42c74d46505b2b4dc753be25c91b0f9efec5
Make pg_dump and friends consistently report both the filename and the
errno string when complaining of fopen failures.  Per gripe from Bob
Pawley, it's not always instantly obvious to the user which name we
tried to open.
src/bin/pg_dump/pg_backup_archiver.c
src/bin/pg_dump/pg_backup_custom.c
src/bin/pg_dump/pg_backup_files.c
src/bin/pg_dump/pg_backup_tar.c
src/bin/pg_dump/pg_dumpall.c