Re: [HACKERS] Predicate Locks for writes?

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: [HACKERS] Predicate Locks for writes?
Дата
Msg-id CA+TgmobboJhp-tGHnTQiOcraOMMP=ZK7k+AX+pLCnaK1ZoYvyA@mail.gmail.com
обсуждение исходный текст
Ответ на [HACKERS] Predicate Locks for writes?  (Simon Riggs <simon@2ndquadrant.com>)
Ответы Re: [HACKERS] Predicate Locks for writes?  (Simon Riggs <simon@2ndquadrant.com>)
Список pgsql-hackers
On Sat, Oct 7, 2017 at 7:26 AM, Simon Riggs <simon@2ndquadrant.com> wrote:
> PredicateLockTuple() specifically avoids adding an SIRead lock if the
> tuple already has a write lock on it, so surely it must also be
> correct to skip the SIRead lock if we are just about to update the
> row?

I wonder if there's a race condition.  Can someone else read/update
the tuple between the time when we would've taken the SIRead lock and
the time when we would have gotten the actual tuple lock?

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: [HACKERS] [PATCH] A hook for session start
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] pg_regress help output