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

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



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: generic pseudotype IO functions?
Next
From: Magnus Hagander
Date:
Subject: Re: Fixing pg_basebackup with tablespaces found in $PGDATA