Commit a9bea2a
James William Pye
Expand running() to remove the process when it's no longer running.
If a cluster is started with silent_mode=on, postgres will fork off and die
leaving the dead subprocess. Postgres is running properly, but Cluster is
foolishly looking at .daemon_process, not the pidfile.1 parent 7fa2d3f commit a9bea2a
1 file changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
382 | 382 | | |
383 | 383 | | |
384 | 384 | | |
385 | | - | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
386 | 394 | | |
387 | 395 | | |
388 | 396 | | |
| |||
0 commit comments