forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitaefa6d1
committed
Add some CHECK_FOR_INTERRUPTS() calls to the heap-sort call path.
I broke this in commit337b6f5, whichamong other things arranged for quicksorts to CHECK_FOR_INTERRUPTS()slightly less frequently. Sadly, it also arranged for heapsorts toCHECK_FOR_INTERRUPTS() much less frequently. Repair.1 parent64c6048 commitaefa6d1
1 file changed
+7
-0
lines changedLines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1168 | 1168 |
| |
1169 | 1169 |
| |
1170 | 1170 |
| |
| 1171 | + | |
1171 | 1172 |
| |
1172 | 1173 |
| |
1173 | 1174 |
| |
| |||
2431 | 2432 |
| |
2432 | 2433 |
| |
2433 | 2434 |
| |
| 2435 | + | |
2434 | 2436 |
| |
2435 | 2437 |
| |
2436 | 2438 |
| |
| |||
2518 | 2520 |
| |
2519 | 2521 |
| |
2520 | 2522 |
| |
| 2523 | + | |
| 2524 | + | |
2521 | 2525 |
| |
2522 | 2526 |
| |
2523 | 2527 |
| |
| |||
2549 | 2553 |
| |
2550 | 2554 |
| |
2551 | 2555 |
| |
| 2556 | + | |
| 2557 | + | |
| 2558 | + | |
2552 | 2559 |
| |
2553 | 2560 |
| |
2554 | 2561 |
| |
|
0 commit comments
Comments
(0)