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 ------ master Details ------- https://git.postgresql.org/pg/commitdiff/e0bf16060be695ced920727fa29f0d9ede61bd3f Modified Files -------------- src/bin/pg_dump/pg_backup_db.c | 8 ++++---- src/bin/scripts/vacuumdb.c | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers