forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit81f2e51
committed
Fix query cancellation.
In commitfe0a0b5, the datatype used for MyCancelKey and other variablesthat store cancel keys were changed from long to uint32, but I missed thisone. That broke query cancellation on platforms where long is wider than 32bits.Report by Andres Freund, fix by Michael Paquier.1 parent9790b87 commit81f2e51
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2216 | 2216 |
| |
2217 | 2217 |
| |
2218 | 2218 |
| |
2219 |
| - | |
| 2219 | + | |
2220 | 2220 |
| |
2221 | 2221 |
| |
2222 | 2222 |
| |
| |||
2226 | 2226 |
| |
2227 | 2227 |
| |
2228 | 2228 |
| |
2229 |
| - | |
| 2229 | + | |
2230 | 2230 |
| |
2231 | 2231 |
| |
2232 | 2232 |
| |
|
0 commit comments
Comments
(0)