Re: PG 14 release notes, first draft - Mailing list pgsql-hackers

From John Naylor
Subject Re: PG 14 release notes, first draft
Date
Msg-id CAFBsxsH21KnteYdk33F1oZu2O726NSD6_XBq51Tn0jytsA1AnA@mail.gmail.com
Whole thread Raw
In response to Re: PG 14 release notes, first draft  (Tomas Vondra <tomas.vondra@enterprisedb.com>)
Responses Re: PG 14 release notes, first draft
List pgsql-hackers
Hi Bruce,

For this item:

<!--
Author: Tomas Vondra <tomas.vondra@postgresql.org>
2021-03-26 [77b88cd1b] BRIN bloom indexes
-->

       <para>
        Allow <acronym>BRIN</acronym> indexes to use bloom filters
        (Tomas Vondra)
       </para>

       <para>
        This allows bloom indexes to be used effectively with data that
        is not physically localized in the heap.
       </para>
      </listitem>

The text implies that this affects contrib/bloom. I think it should be "This allows BRIN indexes...". 

--

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: recent failures on lorikeet
Next
From: Tomas Vondra
Date:
Subject: Re: using extended statistics to improve join estimates