From: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
---|---|
To: | Simon Riggs <simon(at)2ndquadrant(dot)com> |
Cc: | Andrew Dunstan <andrew(at)dunslane(dot)net>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Testing the async-commit patch |
Date: | 2007-08-14 13:11:27 |
Message-ID: | 20070814131127.GA9206@alvh.no-ip.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2007-08-14 13:25:03 | Re: default_text_search_config and expression indexes |
Previous Message | Zdenek Kotala | 2007-08-14 12:18:25 | Question about change in page/tuple header (v4) |