Re: Regression test PANICs with master-standby setup on same machine

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Regression test PANICs with master-standby setup on same machine
Дата
Msg-id 20190507015506.GC1499@paquier.xyz
обсуждение исходный текст
Ответ на Re: Regression test PANICs with master-standby setup on samemachine  (Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>)
Ответы Re: Regression test PANICs with master-standby setup on samemachine  (Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>)
Список pgsql-hackers
On Tue, May 07, 2019 at 10:16:54AM +0900, Kyotaro HORIGUCHI wrote:
> The fake symlinks need correction after the data directory and
> tablespsce directory are moved. Maybe needs to call
> CorrectSymlink() or something at startup... Or relative
> tablespaces should be rejected on Windows?

It took enough sweat and tears to have an implementation with junction
points done correctly on Windows and we know that it works, so I am
not sure that we need an actual wrapper for readlink() and such for
the backend code to replace junction points.  The issue with Windows
is that perl's symlink() is not directly available on Windows.
--
Michael

Вложения

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

Предыдущее
От: Thomas Munro
Дата:
Сообщение: Re: accounting for memory used for BufFile during hash joins
Следующее
От: Kyotaro HORIGUCHI
Дата:
Сообщение: Re: [PATCH v1] Add a way to supply stdin to TAP tests