• Stephen Frost's avatar
    Allocate fresh memory for post_opts/exec_path · dd917bb7
    Stephen Frost authored
    Instead of having read_post_opts() depend on the memory allocated for
    the config file (which is now getting free'd), pg_strdup() for
    post_opts and exec_path (similar to how it's being done elsewhere).
    
    Noted by Thom Brown.
    dd917bb7
pg_ctl.c 59.2 KB