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 1oRQ2d-00072M-42 for pgsql-hackers@arkaria.postgresql.org; Fri, 26 Aug 2022 03:29:55 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1oRQ2c-0001ZJ-0I for pgsql-hackers@arkaria.postgresql.org; Fri, 26 Aug 2022 03:29:54 +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 1oRQ2a-0001ZA-Bh for pgsql-hackers@lists.postgresql.org; Fri, 26 Aug 2022 03:29:53 +0000 Received: from out3-smtp.messagingengine.com ([66.111.4.27]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oRQ2V-0006at-S1 for pgsql-hackers@lists.postgresql.org; Fri, 26 Aug 2022 03:29:51 +0000 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id EC6D45C00BB; Thu, 25 Aug 2022 23:29:44 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute5.internal (MEProxy); Thu, 25 Aug 2022 23:29:44 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=anarazel.de; h= cc:cc:content-type:date:date:from:from:in-reply-to:in-reply-to :message-id:mime-version:references:reply-to:sender:subject :subject:to:to; s=fm1; t=1661484584; x=1661570984; bh=p/dHgB4WCw 4Bdi6cBVdvNFFwj+uakXIfFla23xNSvFU=; b=RKdSoBeNyySJOROLa2mlRVNGtd +ubTW26BtXHuMeDn11jWMvBHn4z8pfjXLS/cb66Vz9kezmHVfpqvc71PxG2iMI2F fo64u9OY2mWdIE+WWoQSE1laiBdaW0SJbK/Vi5Fy1xFaeQtxUsqbGEulw2Eo+xML CyiAsXeSJTWnqp5aLQ2G5BBJmKTU+IBH+XYIbRk/FEIMUkU9MTj72KABI/LwARGJ Memjvbs3O2Ug/lOeZQ+6AoQkqiTxp0P8ebszVCyZnI6dFW2Whv5VcwMnVJuN71EP ate3+8BB78pr81qJrjYcb9xpzOJinuc/7Pwu13f3xwXUNkf/TZPurHKdIBlg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc: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= fm1; t=1661484584; x=1661570984; bh=p/dHgB4WCw4Bdi6cBVdvNFFwj+ua kXIfFla23xNSvFU=; b=am+AaheXnoEQ6xP1YfbAg7rmcOge1udlC0YFkyMhKBfj li6v0x5qWgofJGTvqiuRY+bmpXPkc4GZTvzDUMHkGbWfoNkpYZ9y4tnaSsHb/Amj wNREh/mBj4MdWTToMLFgFISbMgjCTS9n3Cwz6tVEO0jtgj6BF7umCLiSmP9gFJVX AVrryOnH0pDHZiemUalP9WDhTqk6jPHEDvZqDSdS7xpZiZ26ZoehDqemzIpnwr/o Ftl9JNr74slr4/8t+JRpG0TYBOh2JhYCC6EwmUbk3YS/ylrEjK02mXu58pAPrTz6 8OF9DfIqdkM4AVlKQA7+pLuOIn7b2u9xxLitZiPwGg== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvfedrvdejgedgjedvucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepfffhvfevuffkfhggtggujgesthdtredttddtvdenucfhrhhomheptehnughr vghsucfhrhgvuhhnugcuoegrnhgurhgvshesrghnrghrrgiivghlrdguvgeqnecuggftrf grthhtvghrnhepvdfffeevhfetveffgeeiteefhfdtvdffjeevhfeuteegleduheetvedu ieettddunecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomh eprghnughrvghssegrnhgrrhgriigvlhdruggv X-ME-Proxy: Feedback-ID: id4a34324:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Thu, 25 Aug 2022 23:29:44 -0400 (EDT) Date: Thu, 25 Aug 2022 20:29:43 -0700 From: Andres Freund To: Michael Paquier Cc: Niyas Sait , Tom Lane , Thomas Munro , Julien Rouhaud , PostgreSQL Hackers Subject: Re: [PATCH] Add native windows on arm64 support Message-ID: <20220826032943.nwoepbegzwntbmks@awork3.anarazel.de> References: <20220826012907.gjw3jdqdgsts5y65@awork3.anarazel.de> 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 Hi, On 2022-08-26 11:09:41 +0900, Michael Paquier wrote: > On Thu, Aug 25, 2022 at 06:29:07PM -0700, Andres Freund wrote: > > I accidentally did a lot of testing with DYNAMICBASE - I accidentally > > mistranslated MSBuildProject.pm's false to adding > > /DYNAMICBASE in the meson port. Survived several hundred CI cycles and dozens > > of local runs without observing any problems related to that. > > > > Which doesn't surprise me, given the way we reserve space in the new process. > > Still, we had problems with that in the past and I don't recall huge > changes in the way we allocate shmem on WIN32. It's really not great that 7f3e17b4827 disabled randomization without even a comment as to why... There actually seems to have been a lot of work in that area. See 617dc6d299c / bcbf2346d69 and as well as the retrying in 45e004fb4e39. Those weren't prevented by us disabling ASLR. Greetings, Andres Freund