• Andrew Dunstan's avatar
    Avoid calling TestLib::perl2host on a symlinked directory · c42d3d04
    Andrew Dunstan authored
    Certain versions of msys2/Windows have been observed to resolve symlinks
    in perl2host rather than just follow them. This defeats using a
    symlinked shorter path to a longer path, and makes certain tests fail.
    We therefore call perl2host on the parent directory of the symlink and
    thereafter just use that result.
    
    Apply to release 14 where the problem has been observed.
    c42d3d04
010_pg_basebackup.pl 20.2 KB