Re: Serialization errors in Postgres 9.4.0

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Serialization errors in Postgres 9.4.0
Дата
Msg-id 5166.1435251453@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Serialization errors in Postgres 9.4.0  (BRUSSER Michael <Michael.BRUSSER@3ds.com>)
Список pgsql-hackers
BRUSSER Michael <Michael.BRUSSER@3ds.com> writes:
> Some time ago we upgraded from v. 8.4.4 to 9.4.0 and we are seeing errors in some regression tests.
> LOCATION:  exec_simple_query, postgres.c:887
> ERROR:  40001: could not serialize access due to read/write dependencies among transactions

9.1 substantially tightened Postgres' ideas of what "serializable" means.
If you want to go back to the behavior you had in 8.4, use REPEATABLE READ
isolation level instead of SERIALIZABLE.
        regards, tom lane



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

Предыдущее
От: David Fetter
Дата:
Сообщение: Re: Serialization errors in Postgres 9.4.0
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Should we back-patch SSL renegotiation fixes?