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 1tIikh-00G6rg-T0 for pgsql-hackers@arkaria.postgresql.org; Wed, 04 Dec 2024 06:20:47 +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 1tIijg-00FHoZ-Pi for pgsql-hackers@arkaria.postgresql.org; Wed, 04 Dec 2024 06:19:46 +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 1tIijg-00FHoR-Ft for pgsql-hackers@lists.postgresql.org; Wed, 04 Dec 2024 06:19:45 +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 1tIije-000xg9-LH for pgsql-hackers@lists.postgresql.org; Wed, 04 Dec 2024 06:19:45 +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 4B46JWFR2276818; Wed, 4 Dec 2024 01:19:32 -0500 From: Tom Lane To: Thomas Munro cc: Peter Eisentraut , Heikki Linnakangas , Japin Li , Andres Freund , PostgreSQL Hackers Subject: Re: Cannot find a working 64-bit integer type on Illumos In-reply-to: References: <20240322165305.6zrtxcmzdrywvmsu@awork3.anarazel.de> <944094.1711128356@sss.pgh.pa.us> <1229869.1711160593@sss.pgh.pa.us> <7cf1dcb7-306f-4418-bf25-bdc75130db10@eisentraut.org> <0e2cc7af-f0c0-418c-b640-e5eb03eaa6e6@eisentraut.org> <50a4c05e-c43e-4e7e-95d2-4b16493073ed@eisentraut.org> Comments: In-reply-to Thomas Munro message dated "Wed, 04 Dec 2024 18:58:42 +1300" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <2276816.1733293172.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Wed, 04 Dec 2024 01:19:32 -0500 Message-ID: <2276817.1733293172@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Thomas Munro writes: > A couple of armv7 animals seemed to die in the Perl tests. Huh. Well > I know that Perl was sensitive to this stuff but it passed on 32 bit > CI (x86). I will try to reproduce that on local ARM hardware... turaco seems unhappy because of 2024-12-04 05:37:14.831 GMT [9584:18] pg_regress/plperl_setup LOG: statem= ent: CREATE EXTENSION plperl; Util.c: loadable library and perl binaries are mismatched (got first hands= hake key 0xa300080, needed 0xa400080) Not clear to me what these changes would have done to trigger that. regards, tom lane