Hi,
On 2025-11-06 11:39:03 +0400, Arkady Skvorcov wrote:
> I'm working on a logical decoding improvement and running into a persistent
> build issue where LTO (-flto=thin) is optimizing out my LogicalWaitForWal
> function, even though there are explicit calls to it.
>
> The situation:
>
> Functi
Hi contributors,
I'm working on a logical decoding improvement and running into a persistent
build issue where LTO (-flto=thin) is optimizing out my LogicalWaitForWal
function, even though there are explicit calls to it.
The situation:
Function LogicalWaitForWal() is defined in
src/backend/repli