Re: Testing the async-commit patch

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: Testing the async-commit patch
Дата
Msg-id 1187079565.4162.8.camel@ebony.site
обсуждение исходный текст
Ответ на Re: Testing the async-commit patch  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: Testing the async-commit patch
Re: Testing the async-commit patch
Список 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 по дате отправления:

Предыдущее
От: "Simon Riggs"
Дата:
Сообщение: Re: HOT patch, missing things
Следующее
От: "Zeugswetter Andreas ADI SD"
Дата:
Сообщение: Re: 2D partitioning of VLDB - sane or not?