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 1smO8I-005KID-Kf for pgsql-hackers@arkaria.postgresql.org; Fri, 06 Sep 2024 01:51:30 +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 1smO8H-00488Q-35 for pgsql-hackers@arkaria.postgresql.org; Fri, 06 Sep 2024 01:51:29 +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 1smO8G-00488I-Pb for pgsql-hackers@lists.postgresql.org; Fri, 06 Sep 2024 01:51:29 +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 1smO8E-000NJI-Rb for pgsql-hackers@postgresql.org; Fri, 06 Sep 2024 01:51:28 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=momjian.us; s=2024011501; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description; bh=JptjJoLCipEmHeiPkryuCd162AelRJKFvZrCBHX2iR8=; b=CjGp3 8mot0S7I8zB8TvAEwiS8fkzIVaHITWQ5n/IgiUeVaaHhtqX3P2lxQ8B/S9QGm2d6MHk04ITV9f/Nx m0AzekzneYqT8BLjjVS7FtDmnCyfmNEAmtbMQ5VxQiB5A98wmzpnMlvmhunZnnNgYmT0bVa9r8sAE /qvHUa+W4ShuDV7va/n3I6Gu5cHEXV3XZpjzB3tfZBvg8olfLnCqEpoaXIfY4UGgGf+kQrWM5mzRT CKvMSlWdVHVYOBi4xaKBo1DLA+jklV55TugXATUVl2Mts7sbjcfaximERZ5r9B34oPTKo4wDqrkmI TRVhpk1Huq45VwQTGmr07f+JrXUeg==; Received: from bruce by momjian.us with local (Exim 4.96) (envelope-from ) id 1smO8D-00CFMt-2W; Thu, 05 Sep 2024 21:51:25 -0400 Date: Thu, 5 Sep 2024 21:51:25 -0400 From: Bruce Momjian To: Nathan Bossart Cc: pgsql-hackers@postgresql.org Subject: Re: First draft of PG 17 release notes Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Tue, Sep 3, 2024 at 10:44:01AM -0500, Nathan Bossart wrote: > While freely acknowledging that I am biased because I wrote it, I am a bit > surprised to see the DSM registry left out of the release notes (commit > 8b2bcf3, docs are here [0]). This feature is intended to allow modules to > allocate shared memory after startup, i.e., without requiring the module to > be loaded via shared_preload_libraries. IMHO that is worth mentioning. > > [0] https://www.postgresql.org/docs/devel/xfunc-c.html#XFUNC-SHARED-ADDIN-AFTER-STARTUP That seems more infrastructure/extension author stuff which isn't normally mentioned in the release notes. I think such people really need to look at all the commit messages. -- Bruce Momjian https://momjian.us EDB https://enterprisedb.com Only you can decide what is important to you.