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

From Alvaro Herrera
Subject Re: Testing the async-commit patch
Date
Msg-id 20070814131127.GA9206@alvh.no-ip.org
Whole thread Raw
In response to Re: Testing the async-commit patch  ("Simon Riggs" <simon@2ndquadrant.com>)
Responses Re: Testing the async-commit patch  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Simon Riggs wrote:
> 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.

YAML?

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


pgsql-hackers by date:

Previous
From: Zdenek Kotala
Date:
Subject: Question about change in page/tuple header (v4)
Next
From: Alvaro Herrera
Date:
Subject: Re: default_text_search_config and expression indexes