summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2008-02-07 22:28:54 +0000
committerBruce Momjian <bruce@momjian.us>2008-02-07 22:28:54 +0000
commitd9c7f632448d0e9c68b7b38388d399978be503cf (patch)
treeb3ca3a849ffcbf0e5901856f42d6f16f8534b4c3 /doc/src
parent1ab19a36a5687b78fcd8abe87261ef34cdd03289 (diff)
Add "automatically" to HOT release note description.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/release.sgml11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml
index 05bd1c1ef46..a7d83a727c4 100644
--- a/doc/src/sgml/release.sgml
+++ b/doc/src/sgml/release.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.578 2008/02/02 23:30:23 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.579 2008/02/07 22:28:54 momjian Exp $ -->
<!--
Typical markup:
@@ -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>