forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5e85315
committed
Avoid starting walreceiver in states where it shouldn't be running.
In particular, it's bad to start walreceiver when in statePM_WAIT_BACKENDS, because we have no provision to kill walreceiverwhen in that state.Fujii Masao1 parentc5bd8fe commit5e85315
1 file changed
+4
-2
lines changedLines changed: 4 additions & 2 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 |
| |
| |||
4217 | 4217 |
| |
4218 | 4218 |
| |
4219 | 4219 |
| |
4220 |
| - | |
| 4220 | + | |
| 4221 | + | |
| 4222 | + | |
4221 | 4223 |
| |
4222 | 4224 |
| |
4223 | 4225 |
| |
|
0 commit comments
Comments
(0)