Ignore PQcancel errors properly
Add a (void) cast to all PQcancel() calls that purposefully don't check
the return value, to keep compilers and static checkers happy.
Per Coverity.
Branch
------
REL9_4_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/2176839a4832ad5d19176da2173fec30f78d7bc4
Modified Files
--------------
src/bin/pg_dump/pg_backup_db.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)