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 1v0voi-002WcX-A3 for pgsql-hackers@arkaria.postgresql.org; Tue, 23 Sep 2025 05:43:56 +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 1v0vog-003rgP-Ur for pgsql-hackers@arkaria.postgresql.org; Tue, 23 Sep 2025 05:43:54 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1v0vog-003rgH-L3 for pgsql-hackers@lists.postgresql.org; Tue, 23 Sep 2025 05:43:54 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1v0voe-001t4T-0Y for pgsql-hackers@lists.postgresql.org; Tue, 23 Sep 2025 05:43:53 +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 58N5hlWx3027070; Tue, 23 Sep 2025 01:43:47 -0400 From: Tom Lane To: Michael Paquier cc: Greg Burd , PostgreSQL Hackers , Robert Haas , Nathan Bossart , Masahiko Sawada Subject: Re: [PATCH] Add tests for Bitmapset In-reply-to: References: Comments: In-reply-to Michael Paquier message dated "Mon, 22 Sep 2025 16:57:05 +0900" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3027068.1758606227.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Tue, 23 Sep 2025 01:43:47 -0400 Message-ID: <3027069.1758606227@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Michael Paquier writes: > The result I had was good enough, so applied. The CI was OK, the > buildfarm may have a different opinion. This patch seems to be rather full of arbitrary casts to or from Datum, which is no longer okay. You need to be using the appropriate conversion macros, such as PointerGetDatum. https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=3Dmamba&dt=3D2025-= 09-23%2002%3A12%3A36 regards, tom lane