On Tue, May 30, 2023 at 06:33:09AM -0400, Masahiko Sawada wrote:
> Hi,
>
> On Thu, May 18, 2023 at 4:49 PM Bruce Momjian <bruce@momjian.us> wrote:
> >
> > I have completed the first draft of the PG 16 release notes. You can
> > see the output here:
> >
>
> I have one suggestion on this item:
>
> <!--
> Author: Amit Kapila <akapila@postgresql.org>
> 2022-07-21 [366283961] Allow users to skip logical replication of data having o
> Author: Amit Kapila <akapila@postgresql.org>
> 2022-09-08 [875693019] Raise a warning if there is a possibility of data from m
> -->
>
> <listitem>
> <para>
> Allow logical replication subscribers to process only changes that
> have no origin (Vignesh C, Amit Kapila)
> </para>
>
> <para>
> This can be used to avoid replication loops.
> </para>
> </listitem>
>
> I think it's better to mention the new 'origin' option as other new
> subscription options are mentioned. For example,
>
> <para>
> This can be used to avoid replication loops. This can be controlled by
> the subscription "origin" option.
> </para>
Great, new text is:
This can be used to avoid replication loops. This is controlled
by the new CREATE SUBSCRIPTION "origin" option.
--
Bruce Momjian <bruce@momjian.us> https://momjian.us
EDB https://enterprisedb.com
Only you can decide what is important to you.