- Notifications
You must be signed in to change notification settings - Fork5
Commit0c99d41
committed
Allow hash joins to be interrupted while searching hash table for match.
Per experimentation with a recent example, in which unreasonable amountsof time could elapse before the backend would respond to a query-cancel.This might be something to back-patch, but the patch doesn't apply cleanlybecause this code was rewritten for 9.1. Given the lack of fieldcomplaints I won't bother for now.Cédric Villemain1 parent596b0c2 commit0c99d41
1 file changed
+8
-0
lines changedLines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
| 22 | + | |
22 | 23 |
| |
23 | 24 |
| |
24 | 25 |
| |
| |||
262 | 263 |
| |
263 | 264 |
| |
264 | 265 |
| |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
265 | 273 |
| |
266 | 274 |
| |
267 | 275 |
| |
|
0 commit comments
Comments
(0)