]> 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)
commitbfaba24829f511c509557ffc718ac75fb580dca7
tree040e17830a93670bd71a7452444197ce5f7cfb89
parentca9cfed883333d5801716eb01cf28b6b5be2b5cd
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