Commit a79ed10
committed
Fix comment on processes being kept over a restart
All child processes except the syslogger are killed on a restart. The
archiver might be already running though, if it was started during
recovery.
The split in the comments between "other special children" and the
first group of "background tasks" seemed really arbitrary, so I just
merged 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 parent 28a520c commit a79ed10
1 file changed
+3
-10
lines changed| 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