Re: Re: How to reproduce serialization failure for a read only transaction.

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Re: How to reproduce serialization failure for a read only transaction.
Дата
Msg-id 1389133658.31358.YahooMailNeo@web122306.mail.ne1.yahoo.com
обсуждение исходный текст
Ответ на Re: How to reproduce serialization failure for a read only transaction.  (AK <alkuzo@gmail.com>)
Список pgsql-hackers
AK <alkuzo@gmail.com> wrote:

> So if I am reading the data and then commit, I should be always
> fine, correct?

If a serializable transaction successfully commits, that means that
all data read within that transaction can be trusted.

--
Kevin Grittner
EDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: In-core regression tests for replication, cascading, archiving, PITR, etc. Michael Paquier
Следующее
От: Andrew Gierth
Дата:
Сообщение: Re: WITHIN GROUP patch