• Tom Lane's avatar
    Preserve errno across free(). · 2209c0f8
    Tom Lane authored
    Dept. of second thoughts: free() isn't guaranteed not to change errno.
    Make sure we report the right error if getcwd() fails.
    2209c0f8
path.c 19.3 KB