mirror of
https://github.com/postgres/postgres.git
synced 2026-06-10 01:23:20 -04:00
e0bf16060b
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.