Skip pg_baseback long filename test if path too long on Windows

Andrew Dunstan <andrew@dunslane.net>

Commit: c0cb12f9e7b33bbcd64cc93d0811bc10e17e5452
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2023-07-06T16:29:13Z
Releases: 15.4
Skip pg_baseback long filename test if path too long on Windows

On Windows, it's sometimes difficult to create a file with a path longer
than 255 chars, and if it can be created it might not be seen by the
archiver. This can be triggered by the test for tar backups with
filenames greater than 100 bytes. So we skip that test if the path would
exceed 255.

Backpatch to all live branches.

Reviewed by Daniel Gustafsson

Discussion: https://postgr.es/m/666ac55b-3400-fb2c-2cea-0281bf36a53c@dunslane.net

Files

PathChange+/−
src/bin/pg_basebackup/t/010_pg_basebackup.pl modified +15 −13

Discussion