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 1tVcam-00A525-Kz for pgsql-hackers@arkaria.postgresql.org; Wed, 08 Jan 2025 20:23:53 +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 1tVcam-006JZJ-5K for pgsql-hackers@arkaria.postgresql.org; Wed, 08 Jan 2025 20:23:51 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tVcal-006JYm-SP for pgsql-hackers@lists.postgresql.org; Wed, 08 Jan 2025 20:23:51 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tVcai-000ayR-1n for pgsql-hackers@postgresql.org; Wed, 08 Jan 2025 20:23:51 +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 508KNjHO1688330; Wed, 8 Jan 2025 15:23:45 -0500 From: Tom Lane To: Nathan Bossart cc: pgsql-hackers@postgresql.org, dipiets@amazon.com Subject: Re: use a non-locking initial test in TAS_SPIN on AArch64 In-reply-to: References: Comments: In-reply-to Nathan Bossart message dated "Wed, 08 Jan 2025 12:12:19 -0600" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1688328.1736367825.1@sss.pgh.pa.us> Date: Wed, 08 Jan 2025 15:23:45 -0500 Message-ID: <1688329.1736367825@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Nathan Bossart writes: > Are there any objections to proceeding with this change? So far, it's been > tested on a c8g.24xlarge and an Apple M3 (which seems to be too small to > show any effect). If anyone has access to a larger ARM machine, additional > testing would be greatly appreciated. I think it would be unfortunate if > this slipped to v19. I just acquired an M4 Pro, which may also be too small to show any effect, but perhaps running the test there would at least give us more confidence that there's not a bad effect. Which test case(s) would you recommend trying? regards, tom lane