]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Skip pg_baseback long filename test if path too long on Windows
authorAndrew Dunstan <andrew@dunslane.net>
Thu, 6 Jul 2023 16:27:40 +0000 (12:27 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Thu, 6 Jul 2023 16:34:54 +0000 (12:34 -0400)
commit2e99ce68bcd22d41d417cdd05ccd47d54c30a2a0
tree3eb4f7c9300a803b07c1e1a9c989f60c97210bb2
parent988719b88d1e558e9a45d53bb36ba4a748f42b24
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
src/bin/pg_basebackup/t/010_pg_basebackup.pl