Thread: [COMMITTERS] pgsql: Ignore PQcancel errors properly

[COMMITTERS] pgsql: Ignore PQcancel errors properly

From
Alvaro Herrera
Date:
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_3_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/345bf97b80a0d45b1fc1a0d921d059a782f06db8

Modified Files
--------------
src/bin/pg_dump/pg_backup_db.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)