Re: Testing the async-commit patch - Mailing list pgsql-hackers

From Simon Riggs
Subject Re: Testing the async-commit patch
Date
Msg-id 1187079565.4162.8.camel@ebony.site
Whole thread Raw
In response to Re: Testing the async-commit patch  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: Testing the async-commit patch  (Alvaro Herrera <alvherre@commandprompt.com>)
Re: Testing the async-commit patch  (Greg Smith <gsmith@gregsmith.com>)
List pgsql-hackers
On Mon, 2007-08-13 at 16:27 -0400, Andrew Dunstan wrote:

> Let's say that this file looks just like a postgresql.conf file, except 
> that any line beginning with '[<identifier]>' is a config set name for 
> the lines that follow. So we might have:
> 
>     [asynch_commit]
>     synchronous_commit = off
> 
>     [no_fsync]
>     fsync = off
> 
>     [csvlogs]
>     start_log_collector = true
>     log_destination = 'stderr, csvlog'
> 
> Then there would be an extra installcheck-parallel run for each set. If 
> the file isn't there we do nothing.

Sounds fine, though I'd prefer this in XML to allow further
extensibility in the future.

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



pgsql-hackers by date:

Previous
From: "Simon Riggs"
Date:
Subject: Re: HOT patch, missing things
Next
From: "Zeugswetter Andreas ADI SD"
Date:
Subject: Re: 2D partitioning of VLDB - sane or not?