Add strerror to pg_dump error messages where missing.
Peter Eisentraut <peter_e@gmx.net>
Add strerror to pg_dump error messages where missing.
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_dump/common.c | modified | +3 −3 |
| src/bin/pg_dump/pg_backup_archiver.c | modified | +11 −9 |
| src/bin/pg_dump/pg_backup_custom.c | modified | +23 −14 |
| src/bin/pg_dump/pg_backup_files.c | modified | +5 −5 |
| src/bin/pg_dump/pg_backup_tar.c | modified | +5 −7 |
| src/bin/pg_dump/pg_dumpall.c | modified | +4 −4 |