Ignore PQcancel errors properly
Alvaro Herrera <alvherre@alvh.no-ip.org>
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
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_dump/pg_backup_db.c | modified | +4 −4 |
| src/bin/scripts/vacuumdb.c | modified | +1 −1 |