Re: ERROR: tuple concurrently updated

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: ERROR: tuple concurrently updated
Дата
Msg-id 14457.1166682820@sss.pgh.pa.us
обсуждение исходный текст
Ответ на ERROR: tuple concurrently updated  (Stephen Frost <sfrost@snowman.net>)
Ответы Re: ERROR: tuple concurrently updated  (Stephen Frost <sfrost@snowman.net>)
Список pgsql-hackers
Stephen Frost <sfrost@snowman.net> writes:
>   Subject pretty much says it all.  I've put up with this error in the
>   past when it has caused me trouble but it's now starting to hit our
>   clients on occation which is just unacceptable.

Have you tracked down the exact scenario making it happen?

>   If this is correct then the solution seems to be either add versioning
>   to the SysCache data,

You have provided no evidence that that would fix anything at all.
To my mind a "concurrently updated" failure is more likely to mean
insufficient locking around update operations.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Question about debugging bootstrapping and catalog entries
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: ERROR: tuple concurrently updated