> On 14 Feb 2026, at 21:18, Andrey Borodin <x4mmm@yandex-team.ru> wrote:
>
> Perhaps, we also can bump latest_page_number forward?
This is not a good idea, we don't want "most accurate latest_page_number", we need precise number at any point after
StartupMultiXact().
Wiping write by XLOG_MULTIXACT_TRUNCATE_ID seems correct to me everywhere 14-18.
I'd also suggest updating comment:
* this is not critical data, since we use it only to avoid swapping out
* the latest page.
It's absolutely critical now.
Best regards, Andrey Borodin.