Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1umCIl-00BSq2-Fm for pgsql-hackers@arkaria.postgresql.org; Wed, 13 Aug 2025 14:18:03 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1umCIh-00FkuK-Mx for pgsql-hackers@arkaria.postgresql.org; Wed, 13 Aug 2025 14:17:59 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1umCIh-00Fkti-DN for pgsql-hackers@lists.postgresql.org; Wed, 13 Aug 2025 14:17:59 +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.96) (envelope-from ) id 1umCIf-000Y1p-0a for pgsql-hackers@lists.postgresql.org; Wed, 13 Aug 2025 14:17:59 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=momjian.us; s=2025010100; h=In-Reply-To:Content-Transfer-Encoding:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-ID:Content-Description; bh=rdnk3VzbagB9iOQFP06Y5O0At7Oz6mTXKW7JupHsMnk=; b=Dcu7zGpC6bkkTIPBMZan5YWXzp te8/agPUaSlTpdG2ZIkH670KeTKKXzqiPIBr1Wb7GP1bPBDRSdHfjzOoMJP+Z0V6JCcN6MIBucY1R 4iucypzAO9hfbTcdTHVwRF4RHzSNhcbhwT3mINMgHo+pw2tQS3ThlaMtIpfk1nrUhFt/i9Uw9smFj zEtp2Pyi5TRf6c/qL7lPeY0nXkp+56HtakUljOjj51e7tRJGyJpCwNoamo9Yy/qkOdo2qYBODja2L CYpUihhXTYBMTztSBNSDJHISqHiZlk4V/GOtoRXcw/1nj+THayg8jaaoFOQJoGKDz4efxSUiXTHo2 b2zuQdXg==; Received: from bruce by momjian.us with local (Exim 4.96) (envelope-from ) id 1umCId-00GAmO-0D; Wed, 13 Aug 2025 10:17:55 -0400 Date: Wed, 13 Aug 2025 10:17:55 -0400 From: Bruce Momjian To: Amit Kapila Cc: PostgreSQL-development Subject: Re: PG 18 release notes draft committed 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 Wed, Aug 13, 2025 at 11:38:33AM +0530, Amit Kapila wrote: > On Fri, May 2, 2025 at 8:14 AM Bruce Momjian wrote: > > > > I have committed the first draft of the PG 18 release notes. > > > > I think it is worth mentioning about commit > 7c99dc587a010a0c40d72a0e435111ca7a371c02 as that changes the behavior > of how the system behaves for missing publications. Previously, we > used to stop replication with ERROR if the required publication is > missing, now we skip the missing publication and let replication > continue. Though it may sound the new behavior is intuitive but still > there could be some users relying on old behavior, so it is better to > list this item explicitly. Huh, looking at the commit message, I can see why I didn't add it: * no user reports, only buildfarm * used to throw an unexpected error, now works * an uncommon failure We usually don't document those in the release notes. Can someone else give an opinion here? -- Bruce Momjian https://momjian.us EDB https://enterprisedb.com Do not let urgent matters crowd out time for investment in the future.