forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita79ed10
committed
Fix comment on processes being kept over a restart
All child processes except the syslogger are killed on a restart. Thearchiver might be already running though, if it was started duringrecovery.The split in the comments between "other special children" and thefirst group of "background tasks" seemed really arbitrary, so I justmerged them all into one group.Reviewed-by: Thomas Munro <thomas.munro@gmail.com>Discussion:https://www.postgresql.org/message-id/8f2118b9-79e3-4af7-b2c9-bd5818193ca4@iki.fi1 parent28a520c commita79ed10
1 file changed
+3
-10
lines changedLines changed: 3 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2386 | 2386 |
| |
2387 | 2387 |
| |
2388 | 2388 |
| |
2389 |
| - | |
2390 |
| - | |
2391 |
| - | |
| 2389 | + | |
| 2390 | + | |
| 2391 | + | |
2392 | 2392 |
| |
2393 | 2393 |
| |
2394 | 2394 |
| |
| |||
2397 | 2397 |
| |
2398 | 2398 |
| |
2399 | 2399 |
| |
2400 |
| - | |
2401 |
| - | |
2402 |
| - | |
2403 |
| - | |
2404 |
| - | |
2405 | 2400 |
| |
2406 | 2401 |
| |
2407 | 2402 |
| |
2408 | 2403 |
| |
2409 | 2404 |
| |
2410 |
| - | |
2411 |
| - | |
2412 | 2405 |
| |
2413 | 2406 |
| |
2414 | 2407 |
| |
|
0 commit comments
Comments
(0)