Re: Testing the async-commit patch

From: "Simon Riggs" <simon(at)2ndquadrant(dot)com>
To: "Andrew Dunstan" <andrew(at)dunslane(dot)net>
Cc: "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 08:19:25
Message-ID: 1187079565.4162.8.camel@ebony.site
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Zeugswetter Andreas ADI SD 2007-08-14 08:46:39 Re: 2D partitioning of VLDB - sane or not?
Previous Message Simon Riggs 2007-08-14 08:14:33 Re: HOT patch, missing things