]> granicus.if.org Git - postgresql/commit
Ignore PQcancel errors properly
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 9 May 2017 17:58:51 +0000 (14:58 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 9 May 2017 17:58:51 +0000 (14:58 -0300)
commite0bf16060be695ced920727fa29f0d9ede61bd3f
tree827ce8bffc85dbdbeb5b70879a95dc013f3486c0
parent26aa1cf376f68b800b73c326edeea6d1996ec246
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.
src/bin/pg_dump/pg_backup_db.c
src/bin/scripts/vacuumdb.c