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 <alvhe...@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 <alvhe...@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  <br...@momjian.us>        https://momjian.us
  EDB                                      https://enterprisedb.com

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



Reply via email to