]> granicus.if.org Git - postgresql/commitdiff
doc: Fix mistakes in the most recent set of release notes.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 8 Feb 2013 15:41:15 +0000 (10:41 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 8 Feb 2013 15:41:15 +0000 (10:41 -0500)
Improve description of the vacuum_freeze_table_age bug (it's much more
serious than we realized at the time the fix was committed), and correct
attribution of pg_upgrade -O/-o fix (Marti Raudsepp contributed that,
but Bruce forgot to credit him in the commit log).

No need to back-patch right now, it'll happen when the next set of
release notes are prepared.

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

index 03f31e63a84a94123175c49cd3ac3edf772539a3..6615b7cfade8e75b32d694a3659ca7ef82349e8f 100644 (file)
      </para>
 
      <para>
-      The main consequence of this mistake is that lowering <link
+      In installations that have existed for more than <link
       linkend="guc-vacuum-freeze-min-age"><varname>vacuum_freeze_min_age</></link>
-      would cause full-table vacuuming scans to occur much more frequently
-      than intended.
+      transactions, this mistake prevented autovacuum from using partial-table
+      scans, so that a full-table scan would always happen instead.
      </para>
     </listitem>
 
index f3340abc7e613c95f18ec23ee0b877349ea15ea9..4766da19198cda1a23659dd2ecad9d4193648549 100644 (file)
      </para>
 
      <para>
-      The main consequence of this mistake is that lowering <link
+      In installations that have existed for more than <link
       linkend="guc-vacuum-freeze-min-age"><varname>vacuum_freeze_min_age</></link>
-      would cause full-table vacuuming scans to occur much more frequently
-      than intended.
+      transactions, this mistake prevented autovacuum from using partial-table
+      scans, so that a full-table scan would always happen instead.
      </para>
     </listitem>
 
index 172b125e2228b2650464cc654b852686e0c098e4..b524477ad46135bc7a4ee68e1cfab82c8ea17548 100644 (file)
      </para>
 
      <para>
-      The main consequence of this mistake is that lowering <link
+      In installations that have existed for more than <link
       linkend="guc-vacuum-freeze-min-age"><varname>vacuum_freeze_min_age</></link>
-      would cause full-table vacuuming scans to occur much more frequently
-      than intended.
+      transactions, this mistake prevented autovacuum from using partial-table
+      scans, so that a full-table scan would always happen instead.
      </para>
     </listitem>
 
index 61bb925dca425d062142bdadcfc711af1547e8c3..d400a5b430ea88ca65b343112a1cf8a67adf9568 100644 (file)
      </para>
 
      <para>
-      The main consequence of this mistake is that lowering <link
+      In installations that have existed for more than <link
       linkend="guc-vacuum-freeze-min-age"><varname>vacuum_freeze_min_age</></link>
-      would cause full-table vacuuming scans to occur much more frequently
-      than intended.
+      transactions, this mistake prevented autovacuum from using partial-table
+      scans, so that a full-table scan would always happen instead.
      </para>
     </listitem>
 
 
     <listitem>
      <para>
-      Fix <application>pg_upgrade</>'s -O/-o options (Bruce Momjian)
+      Fix <application>pg_upgrade</>'s -O/-o options (Marti Raudsepp)
      </para>
     </listitem>