diff options
author | Tom Lane | 2016-01-02 20:29:02 +0000 |
---|---|---|
committer | Tom Lane | 2016-01-02 20:29:02 +0000 |
commit | df35af2ca7b5545d32b978a88b665bac2b9fa638 (patch) | |
tree | 8dd0385bd7e92c9a1ab254d1e284950b5de5dbcb | |
parent | de7c8dbea1a17a0e1709c4b12371615d28e21c13 (diff) |
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.
-rw-r--r-- | doc/src/sgml/release-9.0.sgml | 4 | ||||
-rw-r--r-- | doc/src/sgml/release-9.1.sgml | 4 | ||||
-rw-r--r-- | doc/src/sgml/release-9.2.sgml | 4 | ||||
-rw-r--r-- | doc/src/sgml/release-9.3.sgml | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/doc/src/sgml/release-9.0.sgml b/doc/src/sgml/release-9.0.sgml index ef8eb1c9ad..61dce9fd78 100644 --- a/doc/src/sgml/release-9.0.sgml +++ b/doc/src/sgml/release-9.0.sgml @@ -1496,8 +1496,8 @@ <para> The most notable oversight was - that <varname>recovery_min_apply_delay</> failed to delay application - of a two-phase commit. + that <varname>recovery_target_xid</> could not be used to stop at + a two-phase commit. </para> </listitem> diff --git a/doc/src/sgml/release-9.1.sgml b/doc/src/sgml/release-9.1.sgml index fde6b61bce..f5dab31608 100644 --- a/doc/src/sgml/release-9.1.sgml +++ b/doc/src/sgml/release-9.1.sgml @@ -1666,8 +1666,8 @@ Branch: REL9_0_STABLE [9d6af7367] 2015-08-15 11:02:34 -0400 <para> The most notable oversight was - that <varname>recovery_min_apply_delay</> failed to delay application - of a two-phase commit. + that <varname>recovery_target_xid</> could not be used to stop at + a two-phase commit. </para> </listitem> diff --git a/doc/src/sgml/release-9.2.sgml b/doc/src/sgml/release-9.2.sgml index 4bfede5bc0..bee0c9e623 100644 --- a/doc/src/sgml/release-9.2.sgml +++ b/doc/src/sgml/release-9.2.sgml @@ -1851,8 +1851,8 @@ Branch: REL9_2_STABLE [6b700301c] 2015-02-17 16:03:00 +0100 <para> The most notable oversight was - that <varname>recovery_min_apply_delay</> failed to delay application - of a two-phase commit. + that <varname>recovery_target_xid</> could not be used to stop at + a two-phase commit. </para> </listitem> diff --git a/doc/src/sgml/release-9.3.sgml b/doc/src/sgml/release-9.3.sgml index 1ac6abe632..b637908f59 100644 --- a/doc/src/sgml/release-9.3.sgml +++ b/doc/src/sgml/release-9.3.sgml @@ -2416,8 +2416,8 @@ Branch: REL9_0_STABLE [804983961] 2014-07-29 11:58:17 +0300 <para> The most notable oversight was - that <varname>recovery_min_apply_delay</> failed to delay application - of a two-phase commit. + that <varname>recovery_target_xid</> could not be used to stop at + a two-phase commit. </para> </listitem> |