]> granicus.if.org Git - postgresql/commitdiff
Adjust back-branch release note description of commits a2a718b22 et al.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 2 Jan 2016 20:29:03 +0000 (15:29 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 2 Jan 2016 20:29:03 +0000 (15:29 -0500)
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.

doc/src/sgml/release-9.0.sgml
doc/src/sgml/release-9.1.sgml
doc/src/sgml/release-9.2.sgml
doc/src/sgml/release-9.3.sgml

index ef8eb1c9ad2d912a62e499641611c1e2c7c9e325..61dce9fd7852d5ca73de3d0357c4b8bc563f0ccc 100644 (file)
 
      <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>
 
index fde6b61bced0727d9803f3b83fe291819172cb0f..f5dab31608bb8f1041c0458776fd936bba89b65f 100644 (file)
@@ -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>
 
index 4bfede5bc0e60d0eec3988fbb3abf1779ef4f53e..bee0c9e6235b23a82699c728dded34cc43e40e7b 100644 (file)
@@ -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>
 
index 1ac6abe632a95ddc1dac829fd36ee364ed20ea32..b637908f5927a3316fbcbd571382dea0b1d76e65 100644 (file)
@@ -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>