mirror of https://github.com/postgres/postgres
In commit fe0a0b59
, the datatype used for MyCancelKey and other variables
that store cancel keys were changed from long to uint32, but I missed this
one. That broke query cancellation on platforms where long is wider than 32
bits.
Report by Andres Freund, fix by Michael Paquier.
pull/18/head
parent
9790b87f59
commit
81f2e514a9
Loading…
Reference in new issue