Re: On conflict update & hint bits

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: On conflict update & hint bits
Дата
Msg-id CAM3SWZRo482iT696EzNaYpJoyNf7oX1xD_=xq1S0wQj78PDR5g@mail.gmail.com
обсуждение исходный текст
Ответ на On conflict update & hint bits  (Konstantin Knizhnik <k.knizhnik@postgrespro.ru>)
Ответы Re: On conflict update & hint bits  (Konstantin Knizhnik <k.knizhnik@postgrespro.ru>)
Список pgsql-hackers
On Fri, Sep 30, 2016 at 5:33 PM, Konstantin Knizhnik
<k.knizhnik@postgrespro.ru> wrote:
> Later we try to check tuple visibility:
>
>     ExecCheckHeapTupleVisible(estate, &tuple, buffer);
>
> and inside HeapTupleSatisfiesMVCC try to set hint bit.

So, you're using repeatable read or serializable isolation level?

-- 
Peter Geoghegan



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

Предыдущее
От: Julien Rouhaud
Дата:
Сообщение: Re: PoC: Make it possible to disallow WHERE-less UPDATE and DELETE
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [GENERAL] pg_upgrade from 9.5 to 9.6 fails with "invalid argument"