forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit23edf0e
committed
Add CHECK_FOR_INTERRUPTS in ExecInsert's speculative insertion loop.
Ordinarily the functions called in this loop ought to have plentyof CFIs themselves; but we've now seen a case where no such CFI isreached, making the loop uninterruptible. Even though that's froma recently-introduced bug, it seems prudent to install a CFI atthe loop level in all branches.Per discussion of bug #17558 from Andrew Kesper (an actual fix forthat bug will follow).Discussion:https://postgr.es/m/17558-3f6599ffcf52fd4a@postgresql.org1 parent8d38cca commit23edf0e
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
541 | 541 |
| |
542 | 542 |
| |
543 | 543 |
| |
544 |
| - | |
| 544 | + | |
| 545 | + | |
545 | 546 |
| |
546 | 547 |
| |
| 548 | + | |
547 | 549 |
| |
548 | 550 |
| |
549 | 551 |
| |
|
0 commit comments
Comments
(0)