- Notifications
You must be signed in to change notification settings - Fork5
Commit2d7f694
committed
Move btbulkdelete's vacuum_delay_point() call to a place in the loop where
we are not holding a buffer content lock; where it was, InterruptHoldoffCountis positive and so we'd not respond to cancel signals as intended. Alsoadd missing vacuum_delay_point() call in btvacuumcleanup. This should fixcomplaint from Evgeny Gridasov about failure to respond to SIGINT/SIGTERMin a timely fashion (bug #2257).1 parent49758f4 commit2d7f694
1 file changed
+7
-3
lines changedLines changed: 7 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| |||
580 | 580 |
| |
581 | 581 |
| |
582 | 582 |
| |
583 |
| - | |
584 |
| - | |
585 | 583 |
| |
586 | 584 |
| |
587 | 585 |
| |
| |||
638 | 636 |
| |
639 | 637 |
| |
640 | 638 |
| |
| 639 | + | |
| 640 | + | |
| 641 | + | |
| 642 | + | |
641 | 643 |
| |
642 | 644 |
| |
643 | 645 |
| |
| |||
732 | 734 |
| |
733 | 735 |
| |
734 | 736 |
| |
| 737 | + | |
| 738 | + | |
735 | 739 |
| |
736 | 740 |
| |
737 | 741 |
| |
|
0 commit comments
Comments
(0)