Re: Strange Behavior with Serializable Transcations - Mailing list pgsql-general

From Qingqing Zhou
Subject Re: Strange Behavior with Serializable Transcations
Date
Msg-id e8257o$24i5$1@news.hub.org
Whole thread Raw
In response to Strange Behavior with Serializable Transcations  (Brad Nicholson <bnichols@ca.afilias.info>)
List pgsql-general
"Tom Lane" <tgl@sss.pgh.pa.us> wrote
>
> It can, but there are cases where you want the lock to be taken before
> the snapshot is set.  Otherwise, there could be committed changes in the
> database that you can't see in your snapshot.  I think there are some
> examples in the manual, or check the archives.
>

Ok, here are the links:

http://archives.postgresql.org/pgsql-bugs/2002-12/msg00169.php  - a bug
analysis of the take-snapshot at wrong point;

http://archives.postgresql.org/pgsql-hackers/2004-09/msg00133.php - recent
redesign notes.

Regards,
Qingqing



pgsql-general by date:

Previous
From: "blackwater dev"
Date:
Subject: finding gps within polygon
Next
From: Bruno Wolff III
Date:
Subject: Re: Strange Behavior with Serializable Transcations