From 61b6f59fdd4d9e7b1a7828fdc08930868e74929e Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 7 Feb 2008 22:28:54 +0000 Subject: [PATCH] Add "automatically" to HOT release note description. --- doc/src/sgml/release.sgml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 0c34128c96..3b5b384fd0 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -741,10 +741,11 @@ current_date < 2017-11-17 UPDATEs and DELETEs leave dead tuples behind, as do failed INSERTs. Previously only VACUUM could reclaim space taken by dead tuples. With - HOT dead tuple space can be reclaimed at the time of - INSERT or UPDATE if no changes are made to - indexed columns. This allows for more consistent performance. - Also, HOT avoids adding duplicate index entries. + HOT dead tuple space can be automatically reclaimed at + the time of INSERT or UPDATE if no changes + are made to indexed columns. This allows for more consistent + performance. Also, HOT avoids adding duplicate index + entries. -- 2.39.5