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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #12330: ACID is broken for unique constraints
Дата
Msg-id 1116.1419615091@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #12330: ACID is broken for unique constraints  (Kevin Grittner <kgrittn@ymail.com>)
Ответы Re: BUG #12330: ACID is broken for unique constraints
Список pgsql-hackers
Kevin Grittner <kgrittn@ymail.com> writes:
> Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> Yes.  This will deliver a less meaningful error code,

> That depends entirely on whether you care more about whether the
> problem was created by a concurrent transaction or exactly how that
> concurrent transaction created the problem.

Just for starters, a 40XXX error report will fail to provide the
duplicated key's value.  This will be a functional regression,
on top of breaking existing code.

I think an appropriate response to these complaints is to fix the
documentation to point out that duplicate-key violations may also
be worthy of retries.  (I sort of thought it did already, actually,
but I see no mention of the issue in chapter 13.)
        regards, tom lane



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

Предыдущее
От: Kevin Grittner
Дата:
Сообщение: Re: BUG #12330: ACID is broken for unique constraints
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Some other odd buildfarm failures