forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2785491
committed
If a shutdown request comes in while we're still starting up, don't
service it until after we execute SetThisStartUpID(). Else shutdownprocess will write the wrong SUI into the shutdown checkpoint, whichseems likely to be trouble --- although I've not quite figured outhow significant it really is.1 parent80d6a27 commit2785491
1 file changed
+20
-12
lines changedLines changed: 20 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 |
| - | |
| 40 | + | |
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
| |||
1636 | 1636 |
| |
1637 | 1637 |
| |
1638 | 1638 |
| |
| 1639 | + | |
| 1640 | + | |
| 1641 | + | |
| 1642 | + | |
| 1643 | + | |
| 1644 | + | |
| 1645 | + | |
| 1646 | + | |
| 1647 | + | |
1639 | 1648 |
| |
| 1649 | + | |
| 1650 | + | |
| 1651 | + | |
| 1652 | + | |
| 1653 | + | |
| 1654 | + | |
| 1655 | + | |
| 1656 | + | |
| 1657 | + | |
| 1658 | + | |
1640 | 1659 |
| |
1641 | 1660 |
| |
1642 | 1661 |
| |
| |||
1648 | 1667 |
| |
1649 | 1668 |
| |
1650 | 1669 |
| |
1651 |
| - | |
1652 |
| - | |
1653 |
| - | |
1654 |
| - | |
1655 |
| - | |
1656 |
| - | |
1657 |
| - | |
1658 |
| - | |
1659 |
| - | |
1660 |
| - | |
1661 |
| - | |
1662 | 1670 |
| |
1663 | 1671 |
| |
1664 | 1672 |
| |
|
0 commit comments
Comments
(0)