forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit884a608
committed
Fix parallel index scan hang with deleted or half-dead pages.
The previous coding forgot to release the scan before seizingit again, leading to a lockup.Report by Patrick Hemmer. Diagnosis by Thomas Munro. Patch byAmit Kapila.Discussion:http://postgr.es/m/CAEepm=2xZUcOGP9V0O_G0=2P2wwXwPrkF=upWTCJSisUxMnuSg@mail.gmail.com1 parent1d6fb35 commit884a608
1 file changed
+10
-0
lines changedLines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1486 | 1486 |
| |
1487 | 1487 |
| |
1488 | 1488 |
| |
| 1489 | + | |
| 1490 | + | |
| 1491 | + | |
| 1492 | + | |
| 1493 | + | |
1489 | 1494 |
| |
1490 | 1495 |
| |
1491 | 1496 |
| |
| |||
1581 | 1586 |
| |
1582 | 1587 |
| |
1583 | 1588 |
| |
| 1589 | + | |
| 1590 | + | |
| 1591 | + | |
| 1592 | + | |
| 1593 | + | |
1584 | 1594 |
| |
1585 | 1595 |
| |
1586 | 1596 |
| |
|
0 commit comments
Comments
(0)