• Alvaro Herrera's avatar
    Ignore PQcancel errors properly · e0bf1606
    Alvaro Herrera authored
    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.
    e0bf1606
pg_backup_db.c 17.5 KB