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: How to reproduce serialization failure for a read only transaction.
Date: 2014-01-07 16:25:36
Message-ID: 1389111936.93295.YahooMailNeo@web122303.mail.ne1.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

AK <alkuzo(at)gmail(dot)com> wrote:

> I cannot have a read-only transaction fail because of
> serialization anomalies. Can someone show me a working example
> please?

A common case is a read-only transaction reading a closed batch
without seeing all of its entries.

http://wiki.postgresql.org/wiki/SSI#Read_Only_Transactions

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2014-01-07 16:28:49 Re: Fixing pg_basebackup with tablespaces found in $PGDATA
Previous Message Tom Lane 2014-01-07 16:08:22 Re: generic pseudotype IO functions?