Ignore PQcancel errors properly

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

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