forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9bb1dde
committed
Prevent intermittent hang in recovery from bgwriter interaction.
Startup process waited for cleanup lock but when hot_standby = offthe pid was not registered, so that the bgwriter would not wakethe waiting process as intended.1 parent3cb2f2a commit9bb1dde
2 files changed
+2
-5
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
| 50 | + | |
50 | 51 |
| |
51 | 52 |
| |
52 | 53 |
| |
| |||
6135 | 6136 |
| |
6136 | 6137 |
| |
6137 | 6138 |
| |
| 6139 | + | |
6138 | 6140 |
| |
6139 | 6141 |
| |
6140 | 6142 |
| |
|
Lines changed: 0 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
72 |
| - | |
73 |
| - | |
74 |
| - | |
75 |
| - | |
76 |
| - | |
77 | 72 |
| |
78 | 73 |
| |
79 | 74 |
| |
|
0 commit comments
Comments
(0)