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 1pmWFs-0004F1-95 for pgsql-hackers@arkaria.postgresql.org; Wed, 12 Apr 2023 08:55:04 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pmWFq-0005qh-DL for pgsql-hackers@arkaria.postgresql.org; Wed, 12 Apr 2023 08:55:02 +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 1pmWFp-0005qK-Gf for pgsql-hackers@lists.postgresql.org; Wed, 12 Apr 2023 08:55:02 +0000 Received: from new3-smtp.messagingengine.com ([66.111.4.229]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pmWFm-0006hx-Du; Wed, 12 Apr 2023 08:55:00 +0000 Received: from compute6.internal (compute6.nyi.internal [10.202.2.47]) by mailnew.nyi.internal (Postfix) with ESMTP id 1BBF4582878; Wed, 12 Apr 2023 04:54:57 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute6.internal (MEProxy); Wed, 12 Apr 2023 04:54:57 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=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:references :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=1681289697; x= 1681296897; bh=c5pPRJkp1eg9UwJhMNHsfq4TUd+GpshidYg5WM1U2GU=; b=b 6ta17O6PQMAxGCvvfzjA3lawPv6uznn+9u+g49SF0zvdXaMmCjkjTL3QM5kdZXNr 96W9aD2p+WjJd8RV61nRiDS2URt+2pUynCgssJ6U7WlF2MVJyxEcqcBeMp2/XrTp 88D3vksi1aMweGEpgIePHG/I7mHcMuB8tWxjK7MEh/P7aWUI9lm7rmgG9c8T5E8H CIiFRr/+CgJ74M1Us+xGnrBQrf4YgT1PBqWn3JJ4+ROjTqb64B54oGYUkldpwtv+ 5bus/o6xo+SKvrfHq/wR9jabFRZZdr57F251lBaGQQ9FR4wFfwdy8gBObPrHGGnd LMMtC6stdnVqVk28IENWQ== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvhedrvdekiedgtdelucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepkfffgggfuffvfhfhjggtgfesthejredttdefjeenucfhrhhomheprfgvthgv rhcugfhishgvnhhtrhgruhhtuceophgvthgvrhdrvghishgvnhhtrhgruhhtsegvnhhtvg hrphhrihhsvggusgdrtghomheqnecuggftrfgrthhtvghrnhepfeejgeehteeuhfevvedu leeufedtjeetiefftedvudfhtdeifefgueettdevgefgnecuvehluhhsthgvrhfuihiivg eptdenucfrrghrrghmpehmrghilhhfrhhomhepphgvthgvrhdrvghishgvnhhtrhgruhht segvnhhtvghrphhrihhsvggusgdrtghomh X-ME-Proxy: Feedback-ID: i131946ab:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Wed, 12 Apr 2023 04:54:55 -0400 (EDT) Message-ID: <52e8e92f-6528-981a-71ae-2a09bf479b93@enterprisedb.com> Date: Wed, 12 Apr 2023 10:54:54 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.9.1 Subject: Re: When to drop src/tools/msvc support Content-Language: en-US To: Andres Freund , pgsql-hackers@postgresql.org, Tom Lane , Peter Geoghegan , Andrew Dunstan , "Jonathan S. Katz" , Amit Kapila , Alvaro Herrera References: <20230408191007.7lysd42euafwl74f@awork3.anarazel.de> From: Peter Eisentraut In-Reply-To: <20230408191007.7lysd42euafwl74f@awork3.anarazel.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 08.04.23 21:10, Andres Freund wrote: > Do we want to drop src/tools/msvc support in 16 (i.e. now), or do it early in > 17? Can you build using meson from a distribution tarball on Windows?