• Tom Lane's avatar
    Path-mangling logic was failing to account for paths containing mentions · b06c9076
    Tom Lane authored
    of '.' or '..'.  Extend canonicalize_path() to trim off trailing occurrences
    of these things, and use it to fix up paths where needed (which I think is
    only after places where we trim the last path component, but maybe some
    others will turn up).  Fixes Josh's complaint that './initdb' does not
    work.
    b06c9076
exec.c 11.4 KB