pgsql: Skip pg_baseback long filename test if path too long on Windows

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Skip pg_baseback long filename test if path too long on Windows
Дата
Msg-id E1qHRzP-002Dwo-MV@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/2e99ce68bcd22d41d417cdd05ccd47d54c30a2a0

Modified Files
--------------
src/bin/pg_basebackup/t/010_pg_basebackup.pl | 24 +++++++++++++++---------
1 file changed, 15 insertions(+), 9 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: WAL-log the creation of the init fork of unlogged indexes.
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Fix type of iterator variable in SH_START_ITERATE