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 1pmLJh-0001x5-Pi for pgsql-hackers@arkaria.postgresql.org; Tue, 11 Apr 2023 21:14:17 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pmLJg-0002au-Lg for pgsql-hackers@arkaria.postgresql.org; Tue, 11 Apr 2023 21:14:16 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pmLJg-0002al-CR for pgsql-hackers@lists.postgresql.org; Tue, 11 Apr 2023 21:14:16 +0000 Received: from wout2-smtp.messagingengine.com ([64.147.123.25]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pmLJb-0008B8-MN; Tue, 11 Apr 2023 21:14:15 +0000 Received: from compute2.internal (compute2.nyi.internal [10.202.2.46]) by mailout.west.internal (Postfix) with ESMTP id E061F32005CA; Tue, 11 Apr 2023 17:14:06 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute2.internal (MEProxy); Tue, 11 Apr 2023 17:14:07 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:content-type:date:date:feedback-id:feedback-id :from:from:in-reply-to:in-reply-to:message-id:mime-version :reply-to:sender:subject:subject:to:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm3; t=1681247646; x= 1681334046; bh=o2LHkt8hOQOurDHui2WzzKkUz6G1Rtx60i0J7K7e/p0=; b=i RjxXngD/ZmiHUTgaygsbhWSfifQOwojEum9KA5mQfdWAMxpyT6Cxa1+8kgcIl8eR uzBNQI2eqSB7+WsDNTbx2SxAqqO89KYkyAB5nRBz6PDEUJITEQdhLEekqKl1AdjV oF6jl+QC8Lu91JAax1G1pQe96j/02FTcNwxUw6t39rayerr1gV/tRX33YKJbQp6y 7ElB4xr1Bpf+wYMifBnQEXkRt3nZBaAe/8iYWKhQ9r5HZJ4MerHjHNk9vqlQsJgG kOjnZ5LZGA543QVZgQ+jrsqxVgnMxhW4Xh8BatlcZDFkeyIWpxnbhSgG357erX01 y1R9msPlfUoUxLVi3osYw== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvhedrvdekgedgudehlecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpeffhffvvefukfggtggugfgjsehtkeertddttdejnecuhfhrohhmpeetlhhv rghrohcujfgvrhhrvghrrgcuoegrlhhvhhgvrhhrvgesrghlvhhhrdhnohdqihhprdhorh hgqeenucggtffrrghtthgvrhhnpedvkedtffduffdtffffheffhfejjefhgfeiueeukeej keffgfdufffhudffffeuveenucffohhmrghinhepvghnthgvrhhprhhishgvuggsrdgtoh hmnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomheprghl vhhhvghrrhgvsegrlhhvhhdrnhhoqdhiphdrohhrgh X-ME-Proxy: Feedback-ID: ia2694551:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Tue, 11 Apr 2023 17:14:06 -0400 (EDT) Received: by perhan.alvh.no-ip.org (Postfix, from userid 1000) id 94887A1; Tue, 11 Apr 2023 19:44:20 +0200 (CEST) Date: Tue, 11 Apr 2023 19:44:20 +0200 From: Alvaro Herrera To: Michael Paquier Cc: Andres Freund , Tom Lane , Magnus Hagander , Robert Haas , pgsql-hackers@postgresql.org, Peter Geoghegan , Andrew Dunstan , "Jonathan S. Katz" , Amit Kapila Subject: Re: When to drop src/tools/msvc support Message-ID: <20230411174420.lq6wp7vzuqmnu3dg@alvherre.pgsql> 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 2023-Apr-11, Michael Paquier wrote: > Getting a CI job able to do some validation for MSVC would be indeed > nice. What's the plan in the buildfarm with this coverage? Would all > the animals switch to meson (Chocolatey + StrawberryPerl, I assume) > for the job or will there still be some coverage with MSVC for v16 > there? If we keep MSVC support in 16, then I agree we should have a CI task for it -- and IMO we should make ti automatically triggers whenever any Makefile or meson.build is modified. Hopefully we won't touch them much now that the branch is feature-frozen, but it could still happen. Do we have code for it already, even if incomplete? -- Álvaro Herrera PostgreSQL Developer — https://www.EnterpriseDB.com/