On Mon, Jan 26, 2026 at 9:33 PM Heikki Linnakangas <[email protected]> wrote: > Yeah. Nowadays pg_noreturn is understood by all supported compilers. > There are no guarantees on what the compiler will do with the > information, but I would expect it to silence that warning on any > half-decent compiler. (But as discussed, this is moot anyway because the > returns 'void') > > > I'm thinking to remove the abort() call from WalSndShutdown() in the > > attached patch. > > +1
Thanks for the check! I've pushed the patch. Regards, -- Fujii Masao
