inconsistency between the VM page visibility status and the visibility status of the page

Поиск
Список
Период
Сортировка
От yanhui.xiong
Тема inconsistency between the VM page visibility status and the visibility status of the page
Дата
Msg-id BA2423D8E34B8834+tencent_E19E17B1294A86A187B97F09@qq.com
обсуждение исходный текст
Ответы Re: inconsistency between the VM page visibility status and the visibility status of the page  (Tomas Vondra <tomas.vondra@enterprisedb.com>)
Список pgsql-hackers

Hi,

i had a issue here, When executing a SELECT statement using an index-only scan, i got a wrong row number because there may be an inconsistency between the VM page visibility status and the visibility status of the page,the VM bit is set and page-level is clear


i read the code and note that there has a chance to happen like this,but how it happens?

the code do clear the page-level visibility and vm bit at the same time, i don not understand how it happens



Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Joan
Дата:
Сообщение: Re: There should be a way to use the force flag when restoring databases
Следующее
От: Amit Langote
Дата:
Сообщение: Re: remaining sql/json patches