pgsql: Improve pg_basebackup long file name test Windows robustness - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Improve pg_basebackup long file name test Windows robustness
Date
Msg-id E1qGKEP-001iBZ-5q@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Improve pg_basebackup long file name test Windows robustness
List pgsql-committers
Improve pg_basebackup long file name test Windows robustness

Creation of a file with a very long name can create problems on Windows
due to its file path limits. Work around that by creating the file via a
symlink with a shorter name.

Error displayed by buildfarm animal fairywren.o

Backpatch to all live branches

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/088e395c8ae06047784c41b08c54d526d00517c9

Modified Files
--------------
src/bin/pg_basebackup/t/010_pg_basebackup.pl | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Improve pg_basebackup long file name test Windows robustness
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Improve pg_basebackup long file name test Windows robustness