Ignore PQcancel errors properly

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: 2176839a4832ad5d19176da2173fec30f78d7bc4
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2017-05-09T17:58:51Z
Releases: 9.4.13
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.

Files

PathChange+/−
src/bin/pg_dump/pg_backup_db.c modified +4 −4