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 1rolzn-003HRP-8a for pgsql-hackers@arkaria.postgresql.org; Mon, 25 Mar 2024 15:12:19 +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 1rolzl-004dQO-M4 for pgsql-hackers@arkaria.postgresql.org; Mon, 25 Mar 2024 15:12:18 +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 1rolzl-004dQG-Ch for pgsql-hackers@lists.postgresql.org; Mon, 25 Mar 2024 15:12:17 +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.94.2) (envelope-from ) id 1rolzj-006Q6u-BW for pgsql-hackers@lists.postgresql.org; Mon, 25 Mar 2024 15:12:17 +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 42PFC2RI2490634; Mon, 25 Mar 2024 11:12:02 -0400 From: Tom Lane To: "Amonson, Paul D" cc: David Rowley , Nathan Bossart , Andres Freund , Alvaro Herrera , "Shankaran, Akash" , Noah Misch , Matthias van de Meent , "pgsql-hackers@lists.postgresql.org" Subject: Re: Popcount optimization using AVX512 In-reply-to: References: <20240318152902.GA2850@nathanxps13> <20240318162018.GA204772@nathanxps13> <20240318173004.GA361138@nathanxps13> <20240318210810.GA582529@nathanxps13> <20240318212919.GA684016@nathanxps13> <20240318220845.GA776042@nathanxps13> <20240319195918.GA1257468@nathanxps13> Comments: In-reply-to "Amonson, Paul D" message dated "Mon, 25 Mar 2024 15:06:16 -0000" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <2490632.1711379522.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Mon, 25 Mar 2024 11:12:02 -0400 Message-ID: <2490633.1711379522@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk "Amonson, Paul D" writes: > I am re-posting the patches as CI for Mac failed (CI error not code/test= error). The patches are the same as last time. Just for a note --- the cfbot will re-test existing patches every so often without needing a bump. The current cycle period seems to be about two days. regards, tom lane