Re: pg_rewind fails if there is a read only file. - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: pg_rewind fails if there is a read only file.
Date
Msg-id a2efa130-14c8-4832-9f22-91bd6d5f6b34@dunslane.net
Whole thread Raw
In response to Re: pg_rewind fails if there is a read only file.  (Paul Guo <paulguo@gmail.com>)
Responses Re: pg_rewind fails if there is a read only file.
List pgsql-hackers
On 5/20/21 6:17 AM, Paul Guo wrote:
>> Presumably the user has a reason for adding the file read-only to the
>> data directory, and we shouldn't lightly ignore that.
>>
>> Michael's advice is reasonable. This seems like a case of:
> I agree. Attached is a short patch to handle the case. The patch was
> tested in my dev environment.



You seem to have missed my point completely. The answer to this problem
IMNSHO is "Don't put a read-only file in the data directory".


cheers


andrew

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




pgsql-hackers by date:

Previous
From: Amit Langote
Date:
Subject: Re: Forget close an open relation in ReorderBufferProcessTXN()
Next
From: Andrew Dunstan
Date:
Subject: Re: Installation of regress.so?