> On 9 Dec 2024, at 23:51, Michail Nikolaev <michail(dot)nikolaev(at)gmail(dot)com> wrote:
>
> * Modify bt_index_parent_check to use an MVCC snapshot for the heap scan
Hi!
Interesting bug. It's amazing how long it stand, giving that it would be triggered by almost any check after updating a table.
From my POV correct fix direction is to use approach similar to index building.
E.i. remove "if (!state->readonly)" check. Are there any known downsides of this?
Best regards, Andrey Borodin.