From: Bruce Momjian Date: Thu, 10 May 2012 14:29:49 +0000 (-0400) Subject: Improve two 9.2 release note items. X-Git-Tag: REL9_2_BETA1~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5d258fe90cbd6a0efd68e057697f85a1f961c42d;p=thirdparty%2Fpostgresql.git Improve two 9.2 release note items. --- diff --git a/doc/src/sgml/release-9.2.sgml b/doc/src/sgml/release-9.2.sgml index aea8fe70c1d..f7d185b4528 100644 --- a/doc/src/sgml/release-9.2.sgml +++ b/doc/src/sgml/release-9.2.sgml @@ -404,6 +404,7 @@ + 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. @@ -426,7 +427,7 @@ - Reduce overhead of creating virtual transaction id locks ((Robert + Reduce overhead of creating virtual transaction id locks (Robert Haas, Jeff Davis)