Re: Re: How to reproduce serialization failure for a read only transaction. - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: Re: How to reproduce serialization failure for a read only transaction.
Date
Msg-id 1389133658.31358.YahooMailNeo@web122306.mail.ne1.yahoo.com
Whole thread Raw
In response to Re: How to reproduce serialization failure for a read only transaction.  (AK <alkuzo@gmail.com>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: In-core regression tests for replication, cascading, archiving, PITR, etc. Michael Paquier
Next
From: Andrew Gierth
Date:
Subject: Re: WITHIN GROUP patch