Re: User-facing aspects of serializable transactions

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: User-facing aspects of serializable transactions
Дата
Msg-id 200905281543.26223.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: User-facing aspects of serializable transactions  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Ответы Re: User-facing aspects of serializable transactions  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On Thursday 28 May 2009 15:24:59 Heikki Linnakangas wrote:
> I don't think you need that for predicate locking. To determine if e.g
> an INSERT and a SELECT conflict, you need to determine if the INSERTed
> tuple matches the predicate in the SELECT. No need to deduce anything
> between two predicates, but between a tuple and a predicate.

That might the easy part.  The hard part is determining whether a SELECT and 
an UPDATE conflict.


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: User-facing aspects of serializable transactions
Следующее
От: Michael Meskes
Дата:
Сообщение: Re: Compiler warning cleanup - unitilized const variables, pointer type mismatch