Re: Async Commit, v21 (now: v22)

From: "Simon Riggs" <simon(at)2ndquadrant(dot)com>
To: "Bruce Momjian" <bruce(at)momjian(dot)us>
Cc: <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Async Commit, v21 (now: v22)
Date: 2007-07-17 18:31:15
Message-ID: 1184697075.4277.77.camel@ebony.site
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

On Tue, 2007-07-17 at 01:28 -0400, Bruce Momjian wrote:
> Your patch has been added to the PostgreSQL unapplied patches list at:
>
> http://momjian.postgresql.org/cgi-bin/pgpatches
>
> It will be applied as soon as one of the PostgreSQL committers reviews
> and approves it.
>
> ---------------------------------------------------------------------------
>
>
> Simon Riggs wrote:
> > Latest version of synchronous_commit = on | off
> >
> > Applies cleanly to CVS HEAD. Passes make check with/without
> > synchronous_commit on in postgresql.conf, while running
> > --enable-cassert.
> >
> > I expect to review this tomorrow to make sure everything is correctly
> > changed before requesting final review/commit.
> >
> > Docs included at top of main patch.
> >
> > All comments welcome.
> >

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.

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

Attachment Content-Type Size
sync_commit.v22.tar.bz2 application/x-bzip-compressed-tar 23.7 KB

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Gregory Stark 2007-07-17 19:48:43 Re: WIP: rewrite numeric division
Previous Message Tom Lane 2007-07-17 18:15:13 Re: WIP: rewrite numeric division