@@ -3152,13 +3152,11 @@ include_dir 'conf.d'
3152
3152
recovery when the end of archived WAL is reached, but will keep trying to
3153
3153
continue recovery by connecting to the sending server as specified by the
3154
3154
<varname>primary_conninfo</varname> setting and/or by fetching new WAL
3155
- segments using <varname>restore_command</varname>. In this mode, you can
3156
- use parameters in both <xref
3157
- linkend="runtime-config-wal-archive-recovery"/> and <xref
3158
- linkend="runtime-config-replication-standby"/>. Parameters from
3159
- <xref linkend="runtime-config-wal-recovery-target"/> will not be used,
3160
- with the exception of <xref linkend="guc-recovery-target-timeline"/>
3161
- which allows a timeline to be selected for recovery.
3155
+ segments using <varname>restore_command</varname>. For this mode, the
3156
+ parameters from this section and <xref
3157
+ linkend="runtime-config-replication-standby"/> are of interest.
3158
+ Parameters from <xref linkend="runtime-config-wal-recovery-target"/> will
3159
+ also be applied but are typically not useful in this mode.
3162
3160
</para>
3163
3161
3164
3162
<para>
@@ -3168,10 +3166,10 @@ include_dir 'conf.d'
3168
3166
<filename>recovery.signal</filename> files are created, standby mode
3169
3167
takes precedence. Targeted recovery mode ends when the archived WAL is
3170
3168
fully replayed, or when <varname>recovery_target</varname> is reached.
3171
- In this mode, you can use parameters from both <xref
3172
- linkend="runtime-config-wal-archive- recovery"/> and <xref
3173
- linkend="runtime-config-wal-recovery-target "/>. Parameters from <xref
3174
- linkend="runtime-config-replication-standby"/> will not be used.
3169
+ In this mode, the parameters from both this section and <xref
3170
+ linkend="runtime-config-wal-recovery-target "/> will be used. Parameters
3171
+ from <xref linkend="runtime-config-replication-standby "/> will not be
3172
+ used.
3175
3173
</para>
3176
3174
3177
3175
<variablelist>
0 commit comments