forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb9a46f8
committed
Add missing CHECK_FOR_INTERRUPTS in lseg_inside_poly
Apparently, there are bugs in this code that cause it to loop endlessly.That bug still needs more research, but in the meantime it's clear thatthe loop is missing a check for interrupts so that it can be cancelledtimely.Backpatch to 9.1 -- this has been missing since49475aa.1 parentaffae5e commitb9a46f8
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| 23 | + | |
23 | 24 |
| |
24 | 25 |
| |
25 | 26 |
| |
| |||
3894 | 3895 |
| |
3895 | 3896 |
| |
3896 | 3897 |
| |
| 3898 | + | |
| 3899 | + | |
3897 | 3900 |
| |
3898 | 3901 |
| |
3899 | 3902 |
| |
|
0 commit comments
Comments
(0)