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

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Kyotaro HORIGUCHI <horiguchi(dot)kyotaro(at)lab(dot)ntt(dot)co(dot)jp>
Cc: andres(at)anarazel(dot)de, kuntalghosh(dot)2007(at)gmail(dot)com, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Regression test PANICs with master-standby setup on same machine
Date: 2019-05-07 01:55:06
Message-ID: 20190507015506.GC1499@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kyotaro HORIGUCHI 2019-05-07 02:05:32 Re: [PATCH v1] Add a way to supply stdin to TAP tests
Previous Message Thomas Munro 2019-05-07 01:48:40 Re: accounting for memory used for BufFile during hash joins