Hello, Álvaro! On Wed, Aug 6, 2025 at 6:01 AM Álvaro Herrera <alvhe...@kurilemu.de> wrote: > > On 2025-Apr-29, Alexander Korotkov wrote: > > > > 11) WaitLSNProcInfo / WaitLSNState > > > > > > Does this need to be exposed in xlogwait.h? These structs seem private > > > to xlogwait.c, so maybe declare it there? > > > > Hmm, I don't remember why I moved them to xlogwait.h. OK, moved them > > back to xlogwait.c. > > This change made the code no longer compile, because > WaitLSNState->minWaitedLSN is used in xlogrecovery.c which no longer has > access to the field definition. A rebased version with that change > reverted is attached.
Thank you! The rebased version looks correct for me. ------ Regards, Alexander Korotkov Supabase