Re: Serializable Snapshot Isolation

From: Kevin Grittner <grimkg(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, drkp(at)csail(dot)mit(dot)edu, heikki(dot)linnakangas(at)enterprisedb(dot)com
Subject: Re: Serializable Snapshot Isolation
Date: 2010-09-18 18:52:29
Message-ID: AANLkTi=Scs5nsmi+L1+N4VN5+LQ2qA14nrG0ReQLehSC@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

[Apologies for not reply-linking this; work email is down so I'm
sending from gmail.]

Based on feedback from Heikki and Tom I've reworked how I find the
top-level transaction. This is in the git repo, and the changes can
be viewed at:

http://git.postgresql.org/gitweb?p=users/kgrittn/postgres.git;a=commitdiff;h=e29927c7966adba2443fdc4f64da9d282f95a05b

-Kevin

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2010-09-18 19:11:36 psql's \dn versus temp schemas
Previous Message Kevin Grittner 2010-09-18 18:44:48 Re: Review: Row-level Locks & SERIALIZABLE transactions, postgres vs. Oracle