Re: Use proc_exit() in WalRcvWaitForStartPosition - Mailing list pgsql-hackers

From Fujii Masao
Subject Re: Use proc_exit() in WalRcvWaitForStartPosition
Date
Msg-id CAHGQGwGV0gAwhmoBi_AwqJP8CGUO8AQtjBS5szft-WCzzG04+g@mail.gmail.com
Whole thread
In response to Re: Use proc_exit() in WalRcvWaitForStartPosition  (Chao Li <li.evan.chao@gmail.com>)
Responses Re: Use proc_exit() in WalRcvWaitForStartPosition
List pgsql-hackers
On Mon, Apr 13, 2026 at 8:33 AM Chao Li <li.evan.chao@gmail.com> wrote:
> Okay, yes, that was a bit redundant. I changed it to “to ereport(FATAL)” in v3.
>
> After that change, the line went over 80 columns, so I also adjusted a few nearby lines to keep everything within the
80-columnlimit. There is no content change. 

Thanks for updating the patch! I've pushed it.

Regards,

--
Fujii Masao



pgsql-hackers by date:

Previous
From: Chao Li
Date:
Subject: repack: clarify final phase of concurrent mode in file header comment
Next
From: shveta malik
Date:
Subject: Re: Fix tab completion after EXCEPT (...) in IMPORT FOREIGN SCHEMA