Closed adept closed 4 years ago
According to the postgres documentation and source code, the return code of PQCancel is 1 when dispatch is successful and 0 otherwise.
PQCancel
However, PQCancel_stub seem to interpret 0 as success and non-zero as failure, with is exactly the opposite.
PQCancel_stub
According to the postgres documentation and source code, the return code of
PQCancel
is 1 when dispatch is successful and 0 otherwise.However,
PQCancel_stub
seem to interpret 0 as success and non-zero as failure, with is exactly the opposite.