Ignore PQcancel errors properly

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

Commit: e0bf16060be695ced920727fa29f0d9ede61bd3f
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2017-05-09T17:58:51Z
Releases: 10.0
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
src/bin/scripts/vacuumdb.c modified +1 −1