forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitfd31214
committed
Fix comments in postmaster.c.
Commit86c23a6 changed the option to specify that postgres willstop all other server processes by sending the signal SIGSTOP,from -s to -T. But previously there were comments incorrectlyexplaining that SIGSTOP behavior is set by -s option. This commitfixes them.Author: Kyotaro HoriguchiReviewed-by: Fujii MasaoDiscussion:https://postgr.es/m/20210316.165141.1400441966284654043.horikyota.ntt@gmail.com1 parent9bacdf9 commitfd31214
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3472 | 3472 |
| |
3473 | 3473 |
| |
3474 | 3474 |
| |
3475 |
| - | |
| 3475 | + | |
3476 | 3476 |
| |
3477 | 3477 |
| |
3478 | 3478 |
| |
| |||
3515 | 3515 |
| |
3516 | 3516 |
| |
3517 | 3517 |
| |
3518 |
| - | |
| 3518 | + | |
3519 | 3519 |
| |
3520 | 3520 |
| |
3521 | 3521 |
| |
|
0 commit comments
Comments
(0)