Re: On conflict update & hint bits - Mailing list pgsql-hackers

From Konstantin Knizhnik
Subject Re: On conflict update & hint bits
Date
Msg-id 57EE9565.9010100@postgrespro.ru
Whole thread Raw
In response to Re: On conflict update & hint bits  (Peter Geoghegan <pg@heroku.com>)
List pgsql-hackers

On 30.09.2016 19:37, Peter Geoghegan wrote:
> 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?
>
Repeatable read.


-- 
Konstantin Knizhnik
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company




pgsql-hackers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: Hash Indexes
Next
From: Andrew Dunstan
Date:
Subject: Re: [GENERAL] pg_upgrade from 9.5 to 9.6 fails with "invalid argument"