WIP patch for latestCompletedXid method of computing snapshot xmax - Mailing list pgsql-patches

From Tom Lane
Subject WIP patch for latestCompletedXid method of computing snapshot xmax
Date
Msg-id 3018.1189214811@sss.pgh.pa.us
Whole thread Raw
Responses Re: WIP patch for latestCompletedXid method of computing snapshot xmax  (Gregory Stark <stark@enterprisedb.com>)
Re: WIP patch for latestCompletedXid method of computing snapshot xmax  ("Florian G. Pflug" <fgp@phlo.org>)
List pgsql-patches
This patch implements Florian's idea about how to manage snapshot xmax
without the ugly and performance-losing tactic of taking XidGenLock and
ProcArrayLock at the same time.  I had to do a couple of slightly klugy
things to get bootstrap and prepared transactions to work, but on the
whole it seems at least as clean as the code we have now.  Comments?

            regards, tom lane



Attachment

pgsql-patches by date:

Previous
From: Andrew Dunstan
Date:
Subject: WIP - MSVC build script replacements
Next
From: Gregory Stark
Date:
Subject: Re: WIP patch for latestCompletedXid method of computing snapshot xmax