postgresql/src/bin/pg_dump
Tom Lane ec56223512 Suppress -Wunused-result warnings about write(), again.
Adopt the same solution as in commit aa90e148ca, but this time
let's put the ugliness inside the write_stderr() macro, instead of
expecting each call site to deal with it.  Back-port that decision
into psql/common.c where I got the macro from in the first place.

Per gripe from Peter Eisentraut.
2016-06-03 11:29:20 -04:00
..
po Translation updates 2016-05-09 10:05:46 -04:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
common.c Handle extension members when first setting object dump flags in pg_dump. 2016-01-13 18:55:27 -05:00
compress_io.c Redesign handling of SIGTERM/control-C in parallel pg_dump/pg_restore. 2016-06-02 13:28:18 -04:00
compress_io.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
dumputils.c Use FLEXIBLE_ARRAY_MEMBER in a bunch more places. 2015-02-20 00:11:42 -05:00
dumputils.h Use FLEXIBLE_ARRAY_MEMBER in a bunch more places. 2015-02-20 00:11:42 -05:00
keywords.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
Makefile Update copyright for 2015 2015-01-06 11:43:47 -05:00
nls.mk Translation updates 2016-02-08 14:21:00 -05:00
parallel.c Suppress -Wunused-result warnings about write(), again. 2016-06-03 11:29:20 -04:00
parallel.h Redesign handling of SIGTERM/control-C in parallel pg_dump/pg_restore. 2016-06-02 13:28:18 -04:00
pg_backup.h Make pg_dump error cleanly with -j against hot standby 2016-05-26 22:18:04 +02:00
pg_backup_archiver.c Redesign handling of SIGTERM/control-C in parallel pg_dump/pg_restore. 2016-06-02 13:28:18 -04:00
pg_backup_archiver.h Redesign handling of SIGTERM/control-C in parallel pg_dump/pg_restore. 2016-06-02 13:28:18 -04:00
pg_backup_custom.c Access pg_dump's options structs through Archive struct, not directly. 2016-01-13 17:48:33 -05:00
pg_backup_db.c Redesign handling of SIGTERM/control-C in parallel pg_dump/pg_restore. 2016-06-02 13:28:18 -04:00
pg_backup_db.h Make pg_dump error cleanly with -j against hot standby 2016-05-26 22:18:04 +02:00
pg_backup_directory.c Redesign handling of SIGTERM/control-C in parallel pg_dump/pg_restore. 2016-06-02 13:28:18 -04:00
pg_backup_null.c Access pg_dump's options structs through Archive struct, not directly. 2016-01-13 17:48:33 -05:00
pg_backup_tar.c Access pg_dump's options structs through Archive struct, not directly. 2016-01-13 17:48:33 -05:00
pg_backup_tar.h Fix tar files emitted by pg_dump and pg_basebackup to be POSIX conformant. 2012-09-28 15:19:15 -04:00
pg_backup_utils.c Clean up thread management in parallel pg_dump for Windows. 2016-05-27 12:02:09 -04:00
pg_backup_utils.h Tweak __attribute__-wrapping macros for better pgindent results. 2015-03-26 14:03:25 -04:00
pg_dump.c Redesign handling of SIGTERM/control-C in parallel pg_dump/pg_restore. 2016-06-02 13:28:18 -04:00
pg_dump.h In pg_dump, ensure that view triggers are processed after view rules. 2016-02-04 00:26:10 -05:00
pg_dump_sort.c In pg_dump, ensure that view triggers are processed after view rules. 2016-02-04 00:26:10 -05:00
pg_dumpall.c pg_dump, pg_upgrade: allow postgres/template1 tablespace moves 2015-09-11 15:51:11 -04:00
pg_restore.c Access pg_dump's options structs through Archive struct, not directly. 2016-01-13 17:48:33 -05:00