• Tom Lane's avatar
    In pg_ctl, report unexpected failure to stat() the postmaster.pid file. · b7b5a189
    Tom Lane authored
    Any error other than ENOENT is a bit suspicious here, and perhaps should
    not be grounds for assuming the postmaster has failed.  For the moment
    though, just report it, and don't change the behavior otherwise.  The
    intent is mainly to try to determine why we are seeing intermittent
    failures in this area on some buildfarm members.
    
    Back-patch to 9.5 where some of these failures have happened.
    b7b5a189
pg_ctl.c 61.7 KB