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 aYq5m7K3hTUtodxW@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 Tue, Feb 10, 2026 at 12:26:36PM +0900, Fujii Masao wrote:
> +1 to apply this change only to the master branch. Patch attached.

It looks like something we should have a test for, at least..

+    /*
+     *
+     * If both signal files are present, standby signal file takes precedence.
+     * If neither is present then we won't enter archive recovery.
+     */

This comment's format is incorrect.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Chao Li
Date:
Subject: Re: Enhancing Memory Context Statistics Reporting
Next
From: Michael Paquier
Date:
Subject: Re: Remove "struct" markers from varlena, varatt_external and varatt_indirect