]> 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)
commite7226dc3eb39d91fb999d58ef52121dd3c8ee9fc
tree31306b30d33a56123ecaf93b1fdc904fc0b05f37
parentaa3bcba08d466bc6fd2558f8f0bf0e6d6c89b58b
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