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 1plyTC-0001gF-Gn for pgsql-hackers@arkaria.postgresql.org; Mon, 10 Apr 2023 20:50:34 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1plyTB-0001mt-Cx for pgsql-hackers@arkaria.postgresql.org; Mon, 10 Apr 2023 20:50:33 +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 1plyTB-0001mj-3e for pgsql-hackers@lists.postgresql.org; Mon, 10 Apr 2023 20:50:33 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1plyT8-00261d-Cy; Mon, 10 Apr 2023 20:50:32 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 33AKoK6F013869; Mon, 10 Apr 2023 16:50:20 -0400 From: Tom Lane To: Magnus Hagander cc: Robert Haas , Andres Freund , pgsql-hackers@postgresql.org, Peter Geoghegan , Andrew Dunstan , "Jonathan S. Katz" , Amit Kapila , Alvaro Herrera Subject: Re: When to drop src/tools/msvc support In-reply-to: References: <20230408191007.7lysd42euafwl74f@awork3.anarazel.de> <3611416.1680982220@sss.pgh.pa.us> <4179373.1681145767@sss.pgh.pa.us> Comments: In-reply-to Magnus Hagander message dated "Mon, 10 Apr 2023 22:39:28 +0200" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <13867.1681159820.1@sss.pgh.pa.us> Date: Mon, 10 Apr 2023 16:50:20 -0400 Message-ID: <13868.1681159820@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Magnus Hagander writes: > Thus, +1 on actually keeping it up and dropping it immediately as v17 > opens, giving them a year of advantage. And probably updating the docs > (if anybody were to read them.. but at least then we tried) stating > that it's deprecated and will be removed in v17. Yeah, I think that's the only feasible answer at this point. Maybe a month or two back we could have done differently, but there's not a lot of runway now. Once we do drop src/tools/msvc from HEAD, we should make a point of reminding -packagers about it, in hopes that they'll work on the transition sooner than next May. regards, tom lane