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 1sc3cV-003X7c-Ei for pgsql-hackers@arkaria.postgresql.org; Thu, 08 Aug 2024 13:55:59 +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 1sc3cU-00Ea0s-1T for pgsql-hackers@arkaria.postgresql.org; Thu, 08 Aug 2024 13:55:58 +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 1sc3cT-00Ea0k-Nw for pgsql-hackers@lists.postgresql.org; Thu, 08 Aug 2024 13:55:57 +0000 Received: from charmander.telsasoft.com ([50.244.222.1] helo=pryzbyj2023.telsasoft) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sc3cR-003o9x-IC for pgsql-hackers@postgresql.org; Thu, 08 Aug 2024 13:55:57 +0000 Received: by pryzbyj2023.telsasoft (Postfix, from userid 1000) id 5531A2D30; Thu, 8 Aug 2024 08:55:53 -0500 (CDT) Date: Thu, 8 Aug 2024 08:55:53 -0500 From: Justin Pryzby To: Bruce Momjian 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 > Add server variable huge_page_size to report the use of huge pages by The new variable is huge_page_status; h_p_size is several years old. BTW, I was surprised that these were included: +2024-02-28 [363eb0599] Convert README to Markdown. +2024-01-25 [7014c9a4b] Doc: improve documentation for jsonpath behavior. -- Justin