forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8722186
committed
In pg_ctl, report unexpected failure to stat() the postmaster.pid file.
Any error other than ENOENT is a bit suspicious here, and perhaps shouldnot be grounds for assuming the postmaster has failed. For the momentthough, just report it, and don't change the behavior otherwise. Theintent is mainly to try to determine why we are seeing intermittentfailures in this area on some buildfarm members.Back-patch to 9.5 where some of these failures have happened.1 parent68c3549 commit8722186
1 file changed
+5
-0
lines changedLines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
648 | 648 |
| |
649 | 649 |
| |
650 | 650 |
| |
| 651 | + | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
651 | 655 |
| |
| 656 | + | |
652 | 657 |
| |
653 | 658 |
| |
654 | 659 |
| |
|
0 commit comments
Comments
(0)