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 1tvH0P-002zVG-JW for pgsql-hackers@arkaria.postgresql.org; Thu, 20 Mar 2025 14:36:21 +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 1tvH0O-002Z4N-4g for pgsql-hackers@arkaria.postgresql.org; Thu, 20 Mar 2025 14:36:20 +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 1tvH0N-002Z1C-RF for pgsql-hackers@lists.postgresql.org; Thu, 20 Mar 2025 14:36:19 +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 1tvH0M-0008r9-0B for pgsql-hackers@postgresql.org; Thu, 20 Mar 2025 14:36:18 +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 52KEZpRZ984634; Thu, 20 Mar 2025 10:35:51 -0400 From: Tom Lane To: Peter Eisentraut cc: Matheus Alcantara , Andrew Dunstan , Gabriele Bartolini , Craig Ringer , "David E. Wheeler" , Robert Haas , Alvaro Herrera , PostgreSQL-development Subject: Re: RFC: Additional Directory for Extensions In-reply-to: References: <0d384836-7e6e-4932-af3b-8dad1f6fee43@eisentraut.org> <4f7209ba-1ca2-475e-9a70-0f3fe0be6378@eisentraut.org> <12312928-5516-49b8-81c1-a7b56fd01bc8@dunslane.net> <38c53446-6b65-4222-b76b-351e56f4841c@eisentraut.org> <7c178ff3-20a5-493e-a704-e6b3263e782f@eisentraut.org> <28e98657-9369-4539-9e06-9124d1e77853@eisentraut.org> <784527.1742410558@sss.pgh.pa.us> Comments: In-reply-to Peter Eisentraut message dated "Thu, 20 Mar 2025 11:01:37 +0100" MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-ID: <984632.1742481351.1@sss.pgh.pa.us> Content-Transfer-Encoding: 8bit Date: Thu, 20 Mar 2025 10:35:51 -0400 Message-ID: <984633.1742481351@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Peter Eisentraut writes: > On 19.03.25 20:25, Matheus Alcantara wrote: >> On Wed, Mar 19, 2025 at 3:56 PM Tom Lane wrote: >>> Buildfarm member snakefly doesn't like this too much. > I was able to reproduce the problem from scratch using: > ./configure ... > make # no contrib > make -C src/test/modules/test_extensions check > So it depended on in which order you build the various components. That makes sense, but I wonder how snakefly hit it while other BF animals did not. It's running a reasonably up-to-date BF client version and there's nothing odd-looking about its configuration. Anyway, I see snakefly is green now so that tweak did fix it. regards, tom lane