• Bruce Momjian's avatar
    pg_ctl: improve handling of invalid data directory · 11d205e2
    Bruce Momjian authored
    Return '4' and report a meaningful error message when a non-existent or
    invalid data directory is passed.  Previously, pg_ctl would just report
    the server was not running.
    
    Patch by me and Amit Kapila
    Report from Peter Eisentraut
    11d205e2
pg_ctl.c 60.1 KB