> On 9 Dec 2024, at 23:51, Michail Nikolaev <michail.nikol...@gmail.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.
- bt_index_parent_check and concurrently build indexes Michail Nikolaev
- Re: bt_index_parent_check and concurrently build in... Michail Nikolaev
- Re: bt_index_parent_check and concurrently build in... Andrey M. Borodin
- Re: bt_index_parent_check and concurrently buil... Michail Nikolaev
- Re: bt_index_parent_check and concurrently ... Andrey M. Borodin
- Re: bt_index_parent_check and concurren... Michail Nikolaev
- Re: bt_index_parent_check and concurrently build in... Peter Geoghegan