Merge visibility map crash-safety into index-only scan release note
authorBruce Momjian <bruce@momjian.us>
Thu, 10 May 2012 20:50:34 +0000 (16:50 -0400)
committerBruce Momjian <bruce@momjian.us>
Thu, 10 May 2012 20:50:46 +0000 (16:50 -0400)
item, per Robert Haas.

doc/src/sgml/release-9.2.sgml

index fc477c84b0b47e17d2039ec81b422c62c07655e6..374ffb4599e97ed58438487ccdae2bbbe7ad7027 100644 (file)
        <para>
         This is often called "index-only scans" or "covering indexes".
         This is possible for heap pages with exclusively all-visible
-        tuples, as reported by the visibility map.
+        tuples, as reported by the visibility map.  The visibility map was
+        made crash-safe as a necessary part of implementing this feature.
        </para>
       </listitem>
-      
+
       <listitem>
        <para>
         Allow frequently uncontended locks to be recorded using a new
        </para>
       </listitem>
       
-      <listitem>
-       <para>
-        Make the visibility map crash-safe (Robert Haas, Noah Misch)
-       </para>
-       
-       <para>
-        This helps vacuum be more efficient, and is necessary for
-        index-only scans.
-       </para>
-      </listitem>
-      
       <listitem>
        <para>
         Improve PowerPC and Itanium spinlock performance (Manabu Ori,