pgsql: Fix tmpdir issues with commit e213de8e78

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Fix tmpdir issues with commit e213de8e78
Дата
Msg-id E1qIAxk-002WyT-G2@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix tmpdir issues with commit e213de8e78

Commit e213de8e78 fixed a problem with path lengths to a tempdir on
Windows, but caused problems on at least some Unix systems where the
system tempdir is on a different file system. To work around this, only
used the system temdir for the destination of pg_replslot on Windows,
and otherwise restore the old behaviour.

Backpatch to relase 14 like the previous patch.

Problem exposed by a myriad of buildfarm animals.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e9f15bc9db7564a29460d089c0917590bc13fffc

Modified Files
--------------
src/bin/pg_basebackup/t/010_pg_basebackup.pl | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Use shorter location for pg_replslot in pg_basebackup test
Следующее
От: Thomas Munro
Дата:
Сообщение: pgsql: All supported systems have locale_t.