Re: PG 14 release notes, first draft

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: PG 14 release notes, first draft
Дата
Msg-id 20210517031050.GC24531@momjian.us
обсуждение исходный текст
Ответ на Re: PG 14 release notes, first draft  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Список pgsql-hackers
On Sat, May 15, 2021 at 07:16:18PM -0400, Álvaro Herrera wrote:
> On 2021-May-10, Bruce Momjian wrote:
> 
> > I have committed the first draft of the PG 14 release notes.  You can
> > see the most current  build of them here:
> > 
> >     https://momjian.us/pgsql_docs/release-14.html
> 
> Thanks for putting this all together.
> 
> > <listitem>
> > <!--
> > Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
> > 2021-04-08 [0827e8af7] autovacuum: handle analyze for partitioned tables
> > -->
> > 
> > <para>
> > Autovacuum now analyzes partitioned tables (Yuzuko Hosoya)
> > </para>
> 
> I would add something like:
> 
> "The insert, update and delete tuple counts from partitions are
> propagated to their parent tables, so autovacuum knows to process them
> too."

OK, updated text:

    <listitem>
    <!--
    Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
    2021-04-08 [0827e8af7] autovacuum: handle analyze for partitioned tables
    -->
    
    <para>
    Autovacuum now analyzes partitioned tables (Yuzuko Hosoya, Álvaro
    Herrera)
    </para>
    
    <para>
    Insert, update, and delete tuple counts from partitions are now
    propagated to their parent tables so autovacuum knows when to
    process them.
    </para>
    </listitem>

> Because I spent a considerable amount of time on this patch, I think
> it's fair to list me as co-author, after Hosoya-san's name.  Same with
> the PQtrace() item.

Done, thanks.

-- 
  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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: PG 14 release notes, first draft
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: compute_query_id and pg_stat_statements