Re: Async Commit, v21 (now: v22) - Mailing list pgsql-patches

From Simon Riggs
Subject Re: Async Commit, v21 (now: v22)
Date
Msg-id 1184774449.5653.28.camel@ebony.site
Whole thread Raw
In response to Re: Async Commit, v21 (now: v22)  (Heikki Linnakangas <heikki@enterprisedb.com>)
Responses Re: Async Commit, v21 (now: v22)  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-patches
On Wed, 2007-07-18 at 16:44 +0100, Heikki Linnakangas wrote:
> Simon Riggs wrote:
> > Here's the latest version. I've reviewed this to check that this does
> > what I want it to do, re-written various comments and changed a few
> > minor points in the code.
> >
> > I've also added a chunk to transam/README that describes the workings of
> > the patch from a high level.
> >
> > Now ready for final review.
>
> Just a couple of quick comments:
>
> Having to call XLogBackgroundFlush(2) to flush the WAL up to the latest
> async commit is a weird interface. How about passing a "bool force"
> argument instead? Or adding another function "XLogFlushCommits".
>
> walwriter.h is missing the
>
> #ifndef XXXX_H
> #define XXXX_H
>
> boilerplate.

OK. Will do, thanks.

--
  Simon Riggs
  EnterpriseDB  http://www.enterprisedb.com


pgsql-patches by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Async Commit, v21 (now: v22)
Next
From: Alvaro Herrera
Date:
Subject: Re: Async Commit, v21 (now: v22)