]> granicus.if.org Git - postgresql/commitdiff
Improve wording of release notes item
authorAlexander Korotkov <akorotkov@postgresql.org>
Thu, 21 Jun 2018 12:49:19 +0000 (15:49 +0300)
committerAlexander Korotkov <akorotkov@postgresql.org>
Thu, 21 Jun 2018 12:49:19 +0000 (15:49 +0300)
PostgreSQL 11 introduces compress method for SP-GiST opclasses.  That
was mistakenly interpreted as compression support for SP-GiST while
actually that allows lossy representation of leaf keys.

Author: Alexander Korotkov, based on proposal by Darafei Praliaskouski
Discussion: https://postgr.es/m/CAC8Q8tKbYmNdiyWr7hE4GfMY4fbqHKkFziKgrUuWHH6HJQs3og%40mail.gmail.com

doc/src/sgml/release-11.sgml

index 8f3c7e52545198837e08f2e4f8d3497fe039dd9a..5ce755f6474bf7066e4c936721e215fa4bd48f36 100644 (file)
@@ -933,7 +933,7 @@ same commits as above
 -->
 
        <para>
-        Allow SP-GiST indexes to optionally use compression (Teodor Sigaev,
+        Allow SP-GiST to use lossy representation of leaf keys (Teodor Sigaev,
         Heikki Linnakangas, Alexander Korotkov, Nikita Glukhov)
        </para>