forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6ad86fe
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 parentcc11647 commit6ad86fe
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
956 | 956 |
| |
957 | 957 |
| |
958 | 958 |
| |
959 |
| - | |
| 959 | + | |
| 960 | + | |
960 | 961 |
| |
961 | 962 |
| |
| 963 | + | |
962 | 964 |
| |
963 | 965 |
| |
964 | 966 |
| |
|
0 commit comments
Comments
(0)