Re: [PATCH] postgresql.conf.sample->postgresql.conf.sample.in

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [PATCH] postgresql.conf.sample->postgresql.conf.sample.in
Дата
Msg-id 5728e488-56da-8396-600d-5aa0079aed00@2ndquadrant.com
обсуждение исходный текст
Ответ на [PATCH] postgresql.conf.sample->postgresql.conf.sample.in  (i.taranov@postgrespro.ru)
Ответы Re: [PATCH] postgresql.conf.sample->postgresql.conf.sample.in  ("Ivan N. Taranov" <i.taranov@postgrespro.ru>)
Список pgsql-hackers
On 2020-03-28 10:00, i.taranov@postgrespro.ru wrote:
> A patch for converting postgresql.conf.sample to
> postgresql.conf.sample.in . This feature allows you to manage the
> contents of postgresql.conf.sample at the configure phase.
> 
> Usage example:
> 
>       ./configure --enable-foo
> 
> 
> configure.in:
> 
>       foo_params=$(cat <<-END
>         foo_param1 = on
>         foo_param2 = 16
>       END
>       )
>       AC_SUBST(foo_params)
> 
> 
> postgresql.conf.sample.in:
> 
>       @foo_params@
> 
> 
> postgresql.conf.sample:
> 
>       foo_param1 = on
>       foo_param2 = 16

Why do we need that?  We already have the capability to make initdb edit 
postgresql.conf.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Sergei Kornilov
Дата:
Сообщение: Re: allow online change primary_conninfo
Следующее
От: Sergei Kornilov
Дата:
Сообщение: Re: Allow some recovery parameters to be changed with reload