forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit253c8af
committed
Properly check interrupts in execScan.c.
During the development ofd47cfef the CFI()s in ExecScan() weremoved back and forth, ending up in the wrong place. Thus queries thatlargely spend their time in ExecScan(), and have neither projectionnor a qual, can't be cancelled in a timely manner.Reported-By: Jeff JanesAuthor: Andres FreundDiscussion:https://postgr.es/m/CAMkU=1weDXp8eLLPt9SO1LEUsJYYK9cScaGhLKpuN+WbYo9b5g@mail.gmail.comBackpatch: 10, asd47cfef1 parent68a7c24 commit253c8af
1 file changed
+5
-3
lines changedLines changed: 5 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
| 30 | + | |
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
| 43 | + | |
| 44 | + | |
43 | 45 |
| |
44 | 46 |
| |
45 | 47 |
| |
| |||
133 | 135 |
| |
134 | 136 |
| |
135 | 137 |
| |
| 138 | + | |
| 139 | + | |
136 | 140 |
| |
137 | 141 |
| |
138 | 142 |
| |
| |||
157 | 161 |
| |
158 | 162 |
| |
159 | 163 |
| |
160 |
| - | |
161 |
| - | |
162 | 164 |
| |
163 | 165 |
| |
164 | 166 |
| |
|
0 commit comments
Comments
(0)