Re: PG 14 release notes, first draft

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: PG 14 release notes, first draft
Дата
Msg-id 20210614201220.GF18585@momjian.us
обсуждение исходный текст
Ответ на Re: PG 14 release notes, first draft  (John Naylor <john.naylor@enterprisedb.com>)
Список pgsql-hackers
On Mon, Jun 14, 2021 at 01:29:42PM -0400, John Naylor wrote:
> 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...". 

Ah, I see your point.  Updated text is:

          <listitem>
    <!--
    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 <acronym>BRIN</acronym> indexes to be used effectively
            with data that is not physically localized in the heap.
           </para>
          </listitem>

-- 
  Bruce Momjian  <bruce@momjian.us>        https://momjian.us
  EDB                                      https://enterprisedb.com

  If only the physical world exists, free will is an illusion.




В списке pgsql-hackers по дате отправления:

Предыдущее
От: David Christensen
Дата:
Сообщение: Re: [PATCH] expand the units that pg_size_pretty supports on output
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Failure in subscription test 004_sync.pl