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

From: Kevin Grittner <kgrittn(at)ymail(dot)com>
To: AK <alkuzo(at)gmail(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Re: How to reproduce serialization failure for a read only transaction.
Date: 2014-01-07 22:27:38
Message-ID: 1389133658.31358.YahooMailNeo@web122306.mail.ne1.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

AK <alkuzo(at)gmail(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Gierth 2014-01-07 22:46:28 Re: WITHIN GROUP patch
Previous Message Tom Lane 2014-01-07 22:02:09 Re: In-core regression tests for replication, cascading, archiving, PITR, etc. Michael Paquier