File tree 1 file changed +9
-4
lines changed
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>
127
127
-->
128
128
129
129
<para>
130
- Do not allow multiple different <link
130
+ Do not allow multiple conflicting <link
131
131
linkend="runtime-config-wal-recovery-target"><varname>recovery_target</varname>*</link>
132
132
specifications (Peter Eisentraut)
133
133
</para>
134
134
135
135
<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
139
144
be specified multiple times and the last specification is honored.
140
145
</para>
141
146
</listitem>
You can’t perform that action at this time.
0 commit comments