Add "automatically" to HOT release note description.
authorBruce Momjian <bruce@momjian.us>
Thu, 7 Feb 2008 22:28:54 +0000 (22:28 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 7 Feb 2008 22:28:54 +0000 (22:28 +0000)
doc/src/sgml/release.sgml

index 0c34128c969494b6530763f34f4ac15b5b0337fb..3b5b384fd00656e8e3799f9ccaef67305bf1f347 100644 (file)
@@ -741,10 +741,11 @@ current_date &lt; 2017-11-17
        <command>UPDATE</>s and <command>DELETE</>s leave dead tuples
        behind, as do failed <command>INSERT</>s.  Previously only
        <command>VACUUM</> could reclaim space taken by dead tuples. With
-       <acronym>HOT</> dead tuple space can be reclaimed at the time of
-       <command>INSERT</> or <command>UPDATE</> if no changes are made to
-       indexed columns.  This allows for more consistent performance.
-       Also, <acronym>HOT</> avoids adding duplicate index entries.
+       <acronym>HOT</> dead tuple space can be automatically reclaimed at
+       the time of <command>INSERT</> or <command>UPDATE</> if no changes
+       are made to indexed columns.  This allows for more consistent
+       performance.  Also, <acronym>HOT</> avoids adding duplicate index
+       entries.
       </para>
      </listitem>