Re: Standby accepts recovery_target_timeline setting?

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема Re: Standby accepts recovery_target_timeline setting?
Дата
Msg-id CAHGQGwHpgbn3rOS0MmbLXTUiSE44z9hM-2S9WHvHwjnAP_BX9w@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Standby accepts recovery_target_timeline setting?  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Ответы Re: Standby accepts recovery_target_timeline setting?  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Список pgsql-hackers
On Mon, Sep 30, 2019 at 6:59 AM Peter Eisentraut
<peter.eisentraut@2ndquadrant.com> wrote:
>
> On 2019-09-29 18:36, Fujii Masao wrote:
> > Yes, but ArchiveRecoveryRequested should be checked instead of
> > InArchiveRecovery, I think. Otherwise recovery targets would take effect
> > when recovery.signal is missing but backup_label exists. In this case,
> > InArchiveRecovery is set to true though ArchiveRecoveryRequested is
> > false because recovery.signal is missing.
> >
> > With the attached patch, I checked that the steps that I described
> > upthread didn't reproduce the issue.
>
> Your patch looks correct to me.

Thanks! So I committed the patch.

Also we need to do the same thing for other recovery options like
restore_command. Attached is the patch which makes crash recovery
ignore restore_command and recovery_end_command.

Regards,

-- 
Fujii Masao

Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Hooks for session start and end, take two
Следующее
От: Amit Langote
Дата:
Сообщение: Re: default partitions can be partitioned and have default partitions?