Re: Testing the async-commit patch

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Testing the async-commit patch
Дата
Msg-id 20070814131127.GA9206@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: Testing the async-commit patch  ("Simon Riggs" <simon@2ndquadrant.com>)
Ответы Re: Testing the async-commit patch
Список 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 по дате отправления:

Предыдущее
От: Zdenek Kotala
Дата:
Сообщение: Question about change in page/tuple header (v4)
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: default_text_search_config and expression indexes