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 1shd1u-005TSi-JL for pgsql-hackers@arkaria.postgresql.org; Fri, 23 Aug 2024 22:45:14 +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 1shd1s-000FTZ-DQ for pgsql-hackers@arkaria.postgresql.org; Fri, 23 Aug 2024 22:45:12 +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 1shd1s-000FTM-3h for pgsql-hackers@lists.postgresql.org; Fri, 23 Aug 2024 22:45:12 +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 1shd1m-0017zx-Df for pgsql-hackers@postgresql.org; Fri, 23 Aug 2024 22:45:11 +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 47NMj29o2304031; Fri, 23 Aug 2024 18:45:02 -0400 From: Tom Lane To: Alvaro Herrera cc: Michael Paquier , Maxim Orlov , pgsql-hackers Subject: Re: Test 041_checkpoint_at_promote.pl faild in installcheck due to missing injection_points In-reply-to: <202408232225.y7hnnrinboo2@alvherre.pgsql> References: <202408232225.y7hnnrinboo2@alvherre.pgsql> Comments: In-reply-to Alvaro Herrera message dated "Fri, 23 Aug 2024 18:25:41 -0400" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <2304029.1724453102.1@sss.pgh.pa.us> Date: Fri, 23 Aug 2024 18:45:02 -0400 Message-ID: <2304030.1724453102@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Alvaro Herrera writes: > On 2024-Aug-23, Michael Paquier wrote: >>> I've been curious about what exactly does this Makefile line >>> export enable_injection_points enable_injection_points >>> achieve. >> Without this line, the TAP tests would not be able to know if >> injection points are enabled or not, no? > Right, I figured out afterwards that what that does is export the > make-level variable as an environment variable. It exports it twice, though, which is pretty confusing. regards, tom lane