summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2016-01-02 15:29:03 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2016-01-02 15:29:03 -0500
commitc6ab17829284abb68d29ab75400eef9957a4f36f (patch)
tree8709263c72d32beb5865d869db784308e507f5b3
parent25b04756ea72260c744e87621f815aa5a3b11724 (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.sgml4
-rw-r--r--doc/src/sgml/release-9.1.sgml4
-rw-r--r--doc/src/sgml/release-9.2.sgml4
3 files changed, 6 insertions, 6 deletions
diff --git a/doc/src/sgml/release-9.0.sgml b/doc/src/sgml/release-9.0.sgml
index ef8eb1c9ad2..61dce9fd785 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 fde6b61bced..f5dab31608b 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 4bfede5bc0e..bee0c9e6235 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>