Re: BUG #12330: ACID is broken for unique constraints

Поиск
Список
Период
Сортировка
От Marko Tiikkaja
Тема Re: BUG #12330: ACID is broken for unique constraints
Дата
Msg-id 549D8259.3090109@joh.to
обсуждение исходный текст
Ответ на Re: BUG #12330: ACID is broken for unique constraints  (Kevin Grittner <kgrittn@ymail.com>)
Список pgsql-hackers
On 2014-12-26 17:23, Kevin Grittner wrote:
> Are there any objections to generating a write conflict instead of
> a duplicate key error if the duplicate key was added by a
> concurrent transaction?  Only for transactions at isolation level
> REPEATABLE READ or higher?

Is it possible to distinguish between an actual write conflict and a 
completely unrelated UNIQUE constraint ending up violated for some reason?


.marko



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Some other odd buildfarm failures
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: What exactly is our CRC algorithm?