• Tom Lane's avatar
    Fix pg_rewind's handling of top-level symlinks. · 0381fefa
    Tom Lane authored
    The previous coding suffered a null-pointer dereference if it found any
    symlink at the top level of $PGDATA.  Fix that, and teach it to recurse
    into a symlink for pg_xlog, but not anything else.
    
    Per note from Abhijit Menon-Sen.
    0381fefa
copy_fetch.c 6.46 KB