diff options
author | Andrew Dunstan <andrew@dunslane.net> | 2021-07-29 12:15:03 -0400 |
---|---|---|
committer | Andrew Dunstan <andrew@dunslane.net> | 2021-07-29 12:15:03 -0400 |
commit | b35a67bc04243da609843949c53e6841e748243a (patch) | |
tree | ea9d0765202ad440fec362ef4b8e09f06cc6dced /src/backend/executor/nodeAppend.c | |
parent | bad106752272c05de5a56036b8a84ae6ff3249a0 (diff) | |
download | postgresql-b35a67bc04243da609843949c53e6841e748243a.tar.gz postgresql-b35a67bc04243da609843949c53e6841e748243a.zip |
Avoid calling TestLib::perl2host on a symlinked directory
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.
Diffstat (limited to 'src/backend/executor/nodeAppend.c')
0 files changed, 0 insertions, 0 deletions