You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Allow WAL summarization to back up when timeline changes.
The old code believed that it was not possible to switch timelineswithout first replaying all of the WAL from the old timeline, butthat turns out to be false, as demonstrated by an example from FujiiMasao. As a result, it assumed that summarization would alwayscontinue from the LSN where summarization previously ended. But infact, when a timeline switch occurs without replaying all the WALfrom the previous timeline, we can need to back up to an earlierLSN. Adjust accordingly.Discussion:https://postgr.es/m/CA+TgmoZGEsZodXC4f=XZNkAeyuDmWTSkpkjCEOcF19Am0mt_OA@mail.gmail.com