From: Tom Lane Date: Sat, 2 Jan 2016 20:29:03 +0000 (-0500) Subject: Adjust back-branch release note description of commits a2a718b22 et al. X-Git-Tag: REL9_1_20~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aa078a9f45099e6a385445a4350ed2af94154070;p=postgresql 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. --- 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 @@ The most notable oversight was - that recovery_min_apply_delay failed to delay application - of a two-phase commit. + that recovery_target_xid could not be used to stop at + a two-phase commit. 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 The most notable oversight was - that recovery_min_apply_delay failed to delay application - of a two-phase commit. + that recovery_target_xid could not be used to stop at + a two-phase commit.