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 1qtxaS-00FDyq-BQ for pgsql-hackers@arkaria.postgresql.org; Fri, 20 Oct 2023 22:03:20 +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 1qtxaQ-008GqE-7i for pgsql-hackers@arkaria.postgresql.org; Fri, 20 Oct 2023 22:03:18 +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 1qtxaP-008GpC-U6 for pgsql-hackers@lists.postgresql.org; Fri, 20 Oct 2023 22:03:18 +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.94.2) (envelope-from ) id 1qtxaO-001UkD-27 for pgsql-hackers@lists.postgresql.org; Fri, 20 Oct 2023 22:03: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 39KM37Mo3996294; Fri, 20 Oct 2023 18:03:07 -0400 From: Tom Lane To: Thomas Munro cc: Ronan Dunklau , =?UTF-8?B?RGV2cmltIEfDvG5kw7x6?= , PostgreSQL Hackers , Fabien COELHO , Andres Freund , Dmitry Dolgov <9erthalion6@gmail.com>, markwkm@gmail.com Subject: Re: LLVM 16 (opaque pointers) In-reply-to: References: <5716086.DvuYhMxLoT@aivenlaptop> <2700884.mvXUDI8C0e@aivenlaptop> Comments: In-reply-to Thomas Munro message dated "Sat, 21 Oct 2023 10:48:47 +1300" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3996292.1697839387.1@sss.pgh.pa.us> Date: Fri, 20 Oct 2023 18:03:07 -0400 Message-ID: <3996293.1697839387@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Thomas Munro writes: > I doubt I can get anywhere near an s390x though, and we definitely had > pre-existing problems on that arch. Yeah. Too bad there's no s390x in the gcc compile farm. (I'm wondering how straight a line to draw between that fact and llvm's evident shortcomings on s390x.) I'm missing my old access to Red Hat's dev machines. But in the meantime, Mark's clearly got beaucoup access to s390 machines, so I wonder if he can let you into any of them? regards, tom lane