Re: incremental backup issue - Mailing list pgsql-hackers

From Fabrice Chapuis
Subject Re: incremental backup issue
Date
Msg-id CAA5-nLCPdb3nsjFCvTdjug+owrCgZRbqmgmZN9qt5NWF78HgTA@mail.gmail.com
Whole thread
In response to Re: incremental backup issue  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
I could try to reproduce the problem. I'll keep you in touch

Regards,
Fabrice

On Thu, Feb 19, 2026 at 1:14 AM Robert Haas <robertmhaas@gmail.com> wrote:
On Wed, Feb 18, 2026 at 5:40 AM Fabrice Chapuis <fabrice636861@gmail.com> wrote:
> why walsummarizer works fine on the primary and it is stuck on the secondary?

I don't know. It sounds like a bug, but I'm not exactly sure what the
bug is. In the situation you describe here, it seems like the standby
might have switched from timeline 6 to some newer timeline, most
likely 7, but the WAL summarizer got stuck at the end of timeline 6
instead of following the timeline change. If that were the
explanation, then this would only happen when a new primary is
promoted and a standby starts following it. It could either be the
case that this happens every single time a standby changes timelines,
or it could be that it only happens if the standby changes timelines
and some other unknown condition is also satisfied.

Alternatively, maybe there's some other triggering event altogether.

Any ideas, based on your experience so far?

--
Robert Haas
EDB: http://www.enterprisedb.com

pgsql-hackers by date:

Previous
From: wenhui qiu
Date:
Subject: Re: [PROPOSAL] Doublewrite Buffer as an alternative torn page protection to Full Page Write
Next
From: Peter Eisentraut
Date:
Subject: Re: Make copyObject work in C++