Re: PG 16 draft release notes ready

From: Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Andres Freund <andres(at)anarazel(dot)de>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PG 16 draft release notes ready
Date: 2023-05-29 14:08:41
Message-ID: CAD21AoALE_joh=H-j5sdaAfDs=BXtCy6BQKYZBTi=neU8k0VFw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, May 21, 2023 at 10:47 PM Bruce Momjian <bruce(at)momjian(dot)us> wrote:
>
> Okay new merged item is:
>
> <!--
> Author: Andres Freund <andres(at)anarazel(dot)de>
> 2023-04-08 [0fdab27ad] Allow logical decoding on standbys
> Author: Andres Freund <andres(at)anarazel(dot)de>
> 2023-04-07 [be87200ef] Support invalidating replication slots due to horizon an
> Author: Andres Freund <andres(at)anarazel(dot)de>
> 2023-04-08 [26669757b] Handle logical slot conflicts on standby
> Author: Andres Freund <andres(at)anarazel(dot)de>
> 2023-04-08 [0fdab27ad] Allow logical decoding on standbys
> -->
>
> <listitem>
> <para>
> Allow logical decoding on standbys (Bertrand Drouvot, Andres Freund, Amit Khandekar, Bertrand Drouvot)
> </para>
> </listitem>
>
> <listitem>
> <para>
> New function pg_log_standby_snapshot() forces creation of WAL snapshots.
> Snapshots are required for logical slot creation so this function speeds their creation on standbys.
> </para>
> </listitem>
>

Bertrand Drouvot is mentioned two times in this item and commit
0fdab27ad is listed two times. Is it intentional?

Regards,

--
Masahiko Sawada
Amazon Web Services: https://aws.amazon.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2023-05-29 16:55:18 Re: benchmark results comparing versions 15.2 and 16
Previous Message Giuseppe Broccolo 2023-05-29 13:51:30 Re: vector search support