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 1s56gQ-003EZQ-J6 for pgsql-hackers@arkaria.postgresql.org; Thu, 09 May 2024 16:31:50 +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 1s56gO-0095cV-PZ for pgsql-hackers@arkaria.postgresql.org; Thu, 09 May 2024 16:31:49 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1s56eM-0091P4-U6 for pgsql-hackers@lists.postgresql.org; Thu, 09 May 2024 16:29:43 +0000 Received: from momjian.us ([72.94.173.45]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1s56eK-000CWD-9F for pgsql-hackers@postgresql.org; Thu, 09 May 2024 16:29:41 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=momjian.us; s=2024011501; 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=dTOKcUPJfiigd+0bsTKVTLhNXKCdN4tpqBhqrp1Qm5c=; b=gLnCti+1/BbW+CJ1v6WbmROlML IWsw+7DayZURTYh0zhRgSg++oyiUST1AyKuMQKC6E1US8KGFOSvf7BRDG67RRFABPmSlPkoYiRXgJ 6/opcmEWUNh2u9ljGHKF+Gy1nKy079SrDcVVGfTOksijjoTGiz/bh6WOaX3RsNXtLpeXE3hEoJAoT /p4gvyY0UH/IQCAJ/EFZv7V/qdiNvnP6E4NiFR9duZleyidY+otqkSUSblwKeQMPt2Br8fOztsxks 99c5ff8sy5yjOR21Ptf5eEIiGmvbmosYvmEpyqgM+JnW+/TXBC8U/uAxOI8HGmiL5Gm0ecXzQezT3 BdejYA/A==; Received: from bruce by momjian.us with local (Exim 4.96) (envelope-from ) id 1s56eI-0043Pe-1S; Thu, 09 May 2024 12:29:38 -0400 Date: Thu, 9 May 2024 12:29:38 -0400 From: Bruce Momjian To: Andrew Dunstan Cc: PostgreSQL-development Subject: Re: First draft of PG 17 release notes 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 Thu, May 9, 2024 at 12:10:11PM -0400, Andrew Dunstan wrote: > > On 2024-05-09 Th 00:03, Bruce Momjian wrote: > > I have committed the first draft of the PG 17 release notes; you can > see the results here: > > https://momjian.us/pgsql_docs/release-17.html > > It will be improved until the final release. The item count is 188, > which is similar to recent releases: > > release-10: 189 > release-11: 170 > release-12: 180 > release-13: 178 > release-14: 220 > release-15: 184 > release-16: 206 > release-17: 188 > > I welcome feedback. For some reason it was an easier job than usual. > > > • Remove the ability to build Postgres with Visual Studio (Michael Paquier) > > Meson is now the only available Windows build method. > > > This is a category mistake. What was removed was the special code we had for > building with VS, but not the ability to build with VS. You can build with VS > using meson (see for example drongo on the buildfarm) Wow, okay, I am not surprised I was confused. New text is: Remove the Microsoft Visual Studio Studio-specific Postgres build option (Michael Paquier) Meson is now the only method for Visual Studio builds. Remove the Microsoft Visual Studio Studio-specific Postgres build option (Michael Paquier) Meson is now the only method for Visual Studio builds. -- Bruce Momjian https://momjian.us EDB https://enterprisedb.com Only you can decide what is important to you.