Re: Async Commit, v21 (now: v22)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Simon Riggs" <simon(at)2ndquadrant(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Async Commit, v21 (now: v22)
Date: 2007-08-01 22:54:47
Message-ID: 25255.1186008887@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

"Simon Riggs" <simon(at)2ndquadrant(dot)com> writes:
> Here's v23, including all suggested changes, plus some reworking of the
> transaction APIs to reduce the footprint of the patch.

Applied with some editorialization --- I found a few bugs, as well as
things that seemed they could be neater. Notable was that the patch
would have significantly increased the contention for CLogControlLock by
requiring two lock cycles to fetch a transaction's commit status and
LSN. I changed it so that TransactionIdGetStatus returns both pieces
of information.

regards, tom lane

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2007-08-01 23:12:35 Re: strpos() && KMP
Previous Message Andrew Dunstan 2007-08-01 22:41:31 Re: strpos() && KMP