Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1q48RN-0005Uz-7M for pgsql-hackers@arkaria.postgresql.org; Tue, 30 May 2023 23:07:45 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1q48RM-00036B-46 for pgsql-hackers@arkaria.postgresql.org; Tue, 30 May 2023 23:07:44 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1q48RL-000362-Qe for pgsql-hackers@lists.postgresql.org; Tue, 30 May 2023 23:07:43 +0000 Received: from momjian.us ([72.94.173.45]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1q48RG-0039ve-Kj for pgsql-hackers@postgresql.org; Tue, 30 May 2023 23:07:43 +0000 Received: from bruce by momjian.us with local (Exim 4.94.2) (envelope-from ) id 1q48RF-002qO8-Fg; Tue, 30 May 2023 19:07:37 -0400 Date: Tue, 30 May 2023 19:07:37 -0400 From: Bruce Momjian To: Masahiko Sawada Cc: PostgreSQL-development Subject: Re: PG 16 draft release notes ready Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk 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 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: > > > > > > Allow logical replication subscribers to process only changes that > have no origin (Vignesh C, Amit Kapila) > > > > This can be used to avoid replication loops. > > > > I think it's better to mention the new 'origin' option as other new > subscription options are mentioned. For example, > > > This can be used to avoid replication loops. This can be controlled by > the subscription "origin" option. > Great, new text is: This can be used to avoid replication loops. This is controlled by the new CREATE SUBSCRIPTION "origin" option. -- Bruce Momjian https://momjian.us EDB https://enterprisedb.com Only you can decide what is important to you.