• Tom Lane's avatar
    Ensure pg_ctl behaves sanely when data directory is not specified. · 51e61b04
    Tom Lane authored
    Commit aaa6e1de introduced multiple hazards
    in the case where pg_ctl is executed with neither a -D switch nor any
    PGDATA environment variable.  It would dump core on machines which are
    unforgiving about printf("%s", NULL), or failing that possibly give a
    rather unhelpful complaint about being unable to execute "postgres -C",
    rather than the logically prior complaint about not being told where the
    data directory is.
    
    Edmund Horner's report suggests that there is another, Windows-specific
    hazard here, but I'm not the person to fix that; it would in any case only
    be significant when trying to use a config-only PGDATA pointer.
    51e61b04
pg_ctl.c 57.7 KB