mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
Adjust back-branch release note description of commits a2a718b22 et al.
As pointed out by Michael Paquier, recovery_min_apply_delay didn't exist in 9.0-9.3, making the release note text not very useful. Instead make it talk about recovery_target_xid, which did exist then. 9.0 is already out of support, but we can fix the text in the newer branches' copies of its release notes.
This commit is contained in:
parent
25b04756ea
commit
c6ab178292
@ -1496,8 +1496,8 @@
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
The most notable oversight was
|
The most notable oversight was
|
||||||
that <varname>recovery_min_apply_delay</> failed to delay application
|
that <varname>recovery_target_xid</> could not be used to stop at
|
||||||
of a two-phase commit.
|
a two-phase commit.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
@ -1666,8 +1666,8 @@ Branch: REL9_0_STABLE [9d6af7367] 2015-08-15 11:02:34 -0400
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
The most notable oversight was
|
The most notable oversight was
|
||||||
that <varname>recovery_min_apply_delay</> failed to delay application
|
that <varname>recovery_target_xid</> could not be used to stop at
|
||||||
of a two-phase commit.
|
a two-phase commit.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
@ -1851,8 +1851,8 @@ Branch: REL9_2_STABLE [6b700301c] 2015-02-17 16:03:00 +0100
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
The most notable oversight was
|
The most notable oversight was
|
||||||
that <varname>recovery_min_apply_delay</> failed to delay application
|
that <varname>recovery_target_xid</> could not be used to stop at
|
||||||
of a two-phase commit.
|
a two-phase commit.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user