mirror of
https://github.com/postgres/postgres.git
synced 2025-06-29 10:41:53 +03:00
Change default of recovery_target_timeline to 'latest'
This is what one usually wants for recovery and almost always wants for a standby. Discussion: https://www.postgresql.org/message-id/flat/6dd2c23a-4162-8469-410f-bfe146e28c0c@2ndquadrant.com/ Reviewed-by: David Steele <david@pgmasters.net> Reviewed-by: Michael Paquier <michael@paquier.xyz>
This commit is contained in:
@ -324,7 +324,7 @@ static bool recoveryStopAfter;
|
||||
* file was created.) During a sequential scan we do not allow this value
|
||||
* to decrease.
|
||||
*/
|
||||
RecoveryTargetTimeLineGoal recoveryTargetTimeLineGoal = RECOVERY_TARGET_TIMELINE_CONTROLFILE;
|
||||
RecoveryTargetTimeLineGoal recoveryTargetTimeLineGoal = RECOVERY_TARGET_TIMELINE_LATEST;
|
||||
TimeLineID recoveryTargetTLIRequested = 0;
|
||||
TimeLineID recoveryTargetTLI = 0;
|
||||
static List *expectedTLEs;
|
||||
|
Reference in New Issue
Block a user