On Thu, Aug 20, 2026 at 10:44:11AM +0900, Michael Paquier wrote:
> On Thu, Aug 20, 2026 at 10:28:53AM +0900, Zexin Li wrote:
>> Thanks for the report. I think this side note, rather than the io
>> worker respawn, is the actual bug. I reproduced the silent respawn
>> loop on Linux master with a hack that makes every child die in
>> InitPostmasterChild(), and it is unchanged with io_method=sync:
>
> Would you mind sharing that, as a matter of reproducibility?
Never mind, I have reproduced it reusing a marker file in
InitPostmasterChild() to force an exit(), and then got a postmaster
spinning. :)
--
Michael