From: | Jan Wieck <JanWieck(at)Yahoo(dot)com> |
---|---|
To: | Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl> |
Cc: | Patches <pgsql-patches(at)postgresql(dot)org> |
Subject: | Re: 2nd nested trasanctions supporting patch |
Date: | 2003-04-28 13:29:55 |
Message-ID: | 3EAD2CD3.B454FDBD@Yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-patches |
Alvaro Herrera wrote:
>
> Hackers,
>
> This is the second patch for the nested transactions stuff. This one
> removes the global variables used in Snapshots (QuerySnapshot,
> SerializableSnapshot, SnapshotDirty, RecentXmin, RecentGlobalXmin and
> ReferentialIntegritySnapshotOverride) and puts the whole bunch in a
> single struct.
>
> It also adds some accesor functions so that other functions can read and
> modify what they need.
What's the performance impact caused by the accessor functions? I
thought most of the tuple visibility code is done in macros for some
reason.
Jan
--
#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me. #
#================================================== JanWieck(at)Yahoo(dot)com #
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera Munoz | 2003-04-28 20:33:33 | Re: 2nd nested trasanctions supporting patch |
Previous Message | Alvaro Herrera | 2003-04-28 03:44:00 | 2nd nested trasanctions supporting patch |