Commit 06f5a5b
postgresql@18: add stop_timeout 120
When PostgreSQL is killed abruptly (SIGKILL), it leaves behind postmaster.pid
and lock files in the data directory, preventing a subsequent start until those
files are manually removed. A 120-second graceful stop timeout allows PostgreSQL
to shut down cleanly before launchd escalates to a forced kill.1 parent 7bcf889 commit 06f5a5b
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| 157 | + | |
157 | 158 | | |
158 | 159 | | |
159 | 160 | | |
| |||
0 commit comments