Re: pgsql: Improve pg_basebackup long file name test Windows robustness

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: pgsql: Improve pg_basebackup long file name test Windows robustness
Дата
Msg-id f4bada59-73ce-002f-ad6a-8bc618c7fbab@dunslane.net
обсуждение исходный текст
Ответ на Re: pgsql: Improve pg_basebackup long file name test Windows robustness  (Daniel Gustafsson <daniel@yesql.se>)
Ответы Re: pgsql: Improve pg_basebackup long file name test Windows robustness
Список pgsql-committers


On 2023-07-03 Mo 10:19, Daniel Gustafsson wrote:
On 3 Jul 2023, at 16:08, Andrew Dunstan <andrew@dunslane.net> wrote:

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.
+dir_symlink "$pgdata", "$lftmp/pgdata";

dir_symlink doesn't exist in REL_12_STABLE.


Argh!. ok, thanks, will fix.


cheers


andrew


--
Daniel Gustafsson

--
Andrew Dunstan
EDB: https://www.enterprisedb.com

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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Use older package name in pg_basebackup test
Следующее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Revert "Improve pg_basebackup long file name test Windows robust