Re: Testing the async-commit patch

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: Testing the async-commit patch
Дата
Msg-id 46C1B880.50400@dunslane.net
обсуждение исходный текст
Ответ на Re: Testing the async-commit patch  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers

Tom Lane wrote:
> Alvaro Herrera <alvherre@commandprompt.com> writes:
>   
>> Simon Riggs wrote:
>>     
>>> Sounds fine, though I'd prefer this in XML to allow further
>>> extensibility in the future.
>>>       
>
>   
>> YAML?
>>     
>
> That would seem to require making pg_regress depend on some XML library
> or other, which is a dependency I'd rather not add.
>
>     
>   

Yeah, I think the way I set it out would work just fine for the intended 
purpose. XML, YAML, JSON et al are all well suited to tree structured 
data. But what we're describing here isn't tree structured. It is simply 
some named sets of postgresql.conf directives. As such, it would be best 
if it were as close as possible to actual postgresql.conf syntax.

And I am also reluctant to add an additional dependency onto the 
buildfarm script. (I wasn't actually thinking of doing this throught 
pg_regress, but I'm open to persuasion).

cheers

andrew


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: HOT patch, missing things
Следующее
От: Gregory Stark
Дата:
Сообщение: Re: default_text_search_config and expression indexes