File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -127,15 +127,20 @@ Author: Peter Eisentraut <peter_e@gmx.net>
127127-->
128128
129129 <para>
130- Do not allow multiple different <link
130+ Do not allow multiple conflicting <link
131131 linkend="runtime-config-wal-recovery-target"><varname>recovery_target</varname>*</link>
132132 specifications (Peter Eisentraut)
133133 </para>
134134
135135 <para>
136- Previously, multiple different <varname>recovery_target</varname>*
137- variables could be specified, and the last one specified was
138- honored. Now, only one can be specified, though the same one can
136+ Specifically, only allow one of <xref
137+ linkend="guc-recovery-target"/>, <xref
138+ linkend="guc-recovery-target-lsn"/>,
139+ <xref linkend="guc-recovery-target-name"/>,
140+ <xref linkend="guc-recovery-target-time"/>, <xref
141+ linkend="guc-recovery-target-xid"/>. Previously, multiple different
142+ instances of the variables above could be specified, and the last one
143+ was honored. Now, only one can be specified, though the same one can
139144 be specified multiple times and the last specification is honored.
140145 </para>
141146 </listitem>
You can’t perform that action at this time.
0 commit comments