forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit871e280
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 parentdee1ed5 commit871e280
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 |
| |
| |||
3922 | 3923 |
| |
3923 | 3924 |
| |
3924 | 3925 |
| |
| 3926 | + | |
| 3927 | + | |
3925 | 3928 |
| |
3926 | 3929 |
| |
3927 | 3930 |
| |
|
0 commit comments
Comments
(0)