Re: Standby accepts recovery_target_timeline setting? - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Standby accepts recovery_target_timeline setting?
Date
Msg-id a6b96094-8458-9a49-7023-11c353baad1b@2ndquadrant.com
Whole thread Raw
In response to Re: Standby accepts recovery_target_timeline setting?  (Fujii Masao <masao.fujii@gmail.com>)
Responses Re: Standby accepts recovery_target_timeline setting?
List pgsql-hackers
On 2019-09-30 03:48, Fujii Masao wrote:
> 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.

This patch looks correct to me.

Do we need to handle archive_cleanup_command?  Perhaps not.

A check in recoveryApplyDelay() might be necessary.

That should cover everything then.

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



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Change atoi to strtol in same place
Next
From: Nikolay Shaplov
Date:
Subject: Re: [PATCH] Do not use StdRdOptions in Access Methods