Re: recovery.conf.sample

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема Re: recovery.conf.sample
Дата
Msg-id 3f0b79eb1003030451q50516ec0p633e069f4fac0c3d@mail.gmail.com
обсуждение исходный текст
Ответ на recovery.conf.sample  (Fujii Masao <masao.fujii@gmail.com>)
Ответы Re: recovery.conf.sample  (Simon Riggs <simon@2ndQuadrant.com>)
Re: recovery.conf.sample  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Список pgsql-hackers
On Tue, Feb 23, 2010 at 1:44 PM, Fujii Masao <masao.fujii@gmail.com> wrote:
> recovery.conf.sample has the following section for Hot Standby.
> Is this still required?
>
>> #---------------------------------------------------------------------------
>> # HOT STANDBY PARAMETERS
>> #---------------------------------------------------------------------------
>> #
>> # If you want to enable read-only connections during recovery, enable
>> # recovery_connections in postgresql.conf
>> #
>> #---------------------------------------------------------------------------
>
>
> Heikki classified the recovery options into the following three
> groups, in the document.
>
>    26.1. Archive recovery settings
>    26.2. Recovery target settings
>    26.3. Standby server settings
>
> OTOH, recovery.conf.sample has classified them into the following
> two groups. This is inconsistent with the document, and looks
> confusing. How about modifying recovery.conf.sample to make the
> grouping the same?
>
>    ARCHIVE RECOVERY PARAMETERS
>    LOG-STREAMING REPLICATION PARAMETERS

The attached patch removes the unnecessary section about HS from
recovery.conf.sample. Also it changes the grouping of parameters
in recovery.conf.sample as mentioned above.

Regards,

--
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center

Вложения

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

Предыдущее
От: Fujii Masao
Дата:
Сообщение: Re: Parameter name standby_mode
Следующее
От: Fujii Masao
Дата:
Сообщение: Re: Streaming rep - why log shipping is necessary?