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/[email protected] Branch ------ REL_16_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/b94d70a632aabb02079f094b9c9a32f4f6b8c984 Modified Files -------------- src/bin/pg_basebackup/t/010_pg_basebackup.pl | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-)
