Previously, users must execute 'pg_xlog_replay_resume()' or configure
'recovery_target_action' GUC parameter manually if the restored data
need archive recovery and users want to promote the server.
Since this limitation annoys users, this patch adds a new option
'--recovery-target-action'. If a user specifies this option when to
restore, pg_rman configures 'recovery_target_action' GUC parameter
automatically. So, the task which the user have to do is only to
start the server. After archive recovery is done, the server will
promote.
Previously, users must execute 'pg_xlog_replay_resume()' or configure 'recovery_target_action' GUC parameter manually if the restored data need archive recovery and users want to promote the server.
Since this limitation annoys users, this patch adds a new option '--recovery-target-action'. If a user specifies this option when to restore, pg_rman configures 'recovery_target_action' GUC parameter automatically. So, the task which the user have to do is only to start the server. After archive recovery is done, the server will promote.