Re: [HACKERS] MVCC? Where? - Mailing list pgsql-hackers

From Vadim Mikheev
Subject Re: [HACKERS] MVCC? Where?
Date
Msg-id 36E487C1.BDF70B59@krs.ru
Whole thread Raw
In response to MVCC? Where?  (Todd Graham Lewis <tlewis@mindspring.net>)
List pgsql-hackers
Todd Graham Lewis wrote:
> 
> Can someone point out where MVCC is implemented on the backend?  I would
> like to Use The Source to understand what's going on, but I can't seem
> to find it!  `grep -i MVCC` turns up two comments, neither of which
> seems near the implementation.  I would be more than happy to write up a
> tourist's guide to the implementation of MVCC if some kind hacker would
> bless me with some pointers as to how it all fits in.

grep XACT_SERIALIZABLE :)

There was discussion in june - july '98 about implementation.

Also, I'll write something after beta started...

Vadim


pgsql-hackers by date:

Previous
From: "Thomas G. Lockhart"
Date:
Subject: Re: [HACKERS] a "bug" in v6.4.3 ...
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Timespan_div misbehaving?