- Notifications
You must be signed in to change notification settings - Fork4.9k
Commitae585b5
committed
Stopgap patch for problem with cursors using hash joins: an ABORT
would cause two attempts to delete the hashtable portal, one fromquery shutdown and one from portalmem.c. Fix by making hash portalsbe treated as 'special' portal names, so that CollectNamedPortalswill not think it should delete them. This code is in need ofcomplete rewrite (and is already largely rewritten in currentsources), but still need to put a finger in the dike for 7.0.*.1 parentef6bee3 commitae585b5
1 file changed
+7
-1
lines changedLines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
413 | 413 |
| |
414 | 414 |
| |
415 | 415 |
| |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
416 | 422 |
| |
417 | 423 |
| |
418 | 424 |
| |
|
0 commit comments
Comments
(0)