From: | Bruce Momjian <bruce(at)momjian(dot)us> |
---|---|
To: | John Naylor <john(dot)naylor(at)enterprisedb(dot)com> |
Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: PG 14 release notes, first draft |
Date: | 2021-06-14 20:12:20 |
Message-ID: | 20210614201220.GF18585@momjian.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Mon, Jun 14, 2021 at 01:29:42PM -0400, John Naylor wrote:
> Hi Bruce,
>
> For this item:
>
> <!--
> Author: Tomas Vondra <tomas(dot)vondra(at)postgresql(dot)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...".
Ah, I see your point. Updated text is:
<listitem>
<!--
Author: Tomas Vondra <tomas(dot)vondra(at)postgresql(dot)org>
2021-03-26 [77b88cd1b] BRIN bloom indexes
-->
<para>
Allow <acronym>BRIN</acronym> indexes to use bloom filters
(Tomas Vondra)
</para>
<para>
This allows <acronym>BRIN</acronym> indexes to be used effectively
with data that is not physically localized in the heap.
</para>
</listitem>
--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EDB https://enterprisedb.com
If only the physical world exists, free will is an illusion.
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Dunstan | 2021-06-14 20:29:06 | Re: BUG #17056: Segmentation fault on altering the type of the foreign table column with a default |
Previous Message | David Christensen | 2021-06-14 20:11:37 | Re: [PATCH] expand the units that pg_size_pretty supports on output |