Re: recovery.signal not cleaned up when both signal files are present - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: recovery.signal not cleaned up when both signal files are present
Date
Msg-id aY7CRKjTINP80aUm@paquier.xyz
Whole thread Raw
In response to Re: recovery.signal not cleaned up when both signal files are present  (Fujii Masao <masao.fujii@gmail.com>)
Responses Re: recovery.signal not cleaned up when both signal files are present
List pgsql-hackers
On Fri, Feb 13, 2026 at 03:05:45PM +0900, Fujii Masao wrote:
> Yeah, so I've added the test as suggested. The updated patch is attached.


What's the point in having the check for the files in data_dir?  The
second one for standby2 should be enough as this is to test only
readRecoverySignalFile().

Except for this nit, that's OK by me.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Ashutosh Sharma
Date:
Subject: Re: [PATCH] Support automatic sequence replication
Next
From: Bertrand Drouvot
Date:
Subject: Re: Replace literal 0 values with the appropriate Invalid* constants