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 1tp9u6-001EW7-Vh for pgsql-committers@arkaria.postgresql.org; Mon, 03 Mar 2025 17:48:34 +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 1tp9u5-00Cwyv-I2 for pgsql-committers@arkaria.postgresql.org; Mon, 03 Mar 2025 17:48:33 +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 1tp9u5-00Cwyn-B3 for pgsql-committers@lists.postgresql.org; Mon, 03 Mar 2025 17:48:33 +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 1tp9u1-000kUf-2s for pgsql-committers@lists.postgresql.org; Mon, 03 Mar 2025 17:48:32 +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 523HmR4s3958134; Mon, 3 Mar 2025 12:48:27 -0500 From: Tom Lane To: Melanie Plageman cc: Andres Freund , pgsql-committers@lists.postgresql.org Subject: Re: pgsql: Set amcancrosscompare to true for hash In-reply-to: References: Comments: In-reply-to Melanie Plageman message dated "Mon, 03 Mar 2025 11:44:02 -0500" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3958132.1741024107.1@sss.pgh.pa.us> Date: Mon, 03 Mar 2025 12:48:27 -0500 Message-ID: <3958133.1741024107@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Melanie Plageman writes: > Is there a discussion somewhere about why valgrind has been failing > like this on skink since Saturday? > valgrind: Fatal error at startup: a function redirection > valgrind: which is mandatory for this platform-tool combination > valgrind: cannot be set up. Details of the redirection are: Looks to me like a broken software update on the host ... regards, tom lane