Re: broken reading on standby (PostgreSQL 16.2) - Mailing list pgsql-hackers

From Andrey M. Borodin
Subject Re: broken reading on standby (PostgreSQL 16.2)
Date
Msg-id D7D1B167-F0A8-4FE2-9488-FA78621C7572@yandex-team.ru
Whole thread Raw
In response to Re: broken reading on standby (PostgreSQL 16.2)  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: broken reading on standby (PostgreSQL 16.2)  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-hackers

> On 25 Apr 2024, at 12:06, Pavel Stehule <pavel.stehule@gmail.com> wrote:
>
> Unfortunately, I have not direct access to backup, so I am not able to test it. But VACUUM FREEZE
DISABLE_PAGE_SKIPPINGon master didn't help 
>

If Primary considers all freezable tuples frozen, but a standby does not, "disable page skipping" won't change
anything.Primary will not emit WAL record to freeze tuples again. 


Best regards, Andrey Borodin.


pgsql-hackers by date:

Previous
From: Yugo NAGATA
Date:
Subject: Re: Remove unnecessary code rom be_lo_put()
Next
From: vignesh C
Date:
Subject: Improving the latch handling between logical replication launcher and worker processes.