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 1tqqnv-00BAAn-93 for buildfarm-members@arkaria.postgresql.org; Sat, 08 Mar 2025 09:49:11 +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 1tqqnt-00DwcV-NO for buildfarm-members@arkaria.postgresql.org; Sat, 08 Mar 2025 09:49:09 +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 1tqdoP-00Gj8k-9y for buildfarm-members@lists.postgresql.org; Fri, 07 Mar 2025 19:56:49 +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 1tqdoM-001YKa-1H for buildfarm-members@lists.postgresql.org; Fri, 07 Mar 2025 19:56:47 +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 527JuceM1120927; Fri, 7 Mar 2025 14:56:38 -0500 From: Tom Lane To: =?UTF-8?Q?Mikael_Kjellstr=C3=B6m?= cc: =?UTF-8?Q?=C3=81lvaro_Herrera?= , Stefan Kaltenbrunner , Peter Eisentraut , mikael.kjellstrom@gmail.com, buildfarm-members@lists.postgresql.org, rosset.filipe@gmail.com Subject: In-reply-to: <58659851-a836-4196-9b32-6c788b30f3a3@mksoft.nu> References: <202503070915.bwa3ha5sohd4@alvherre.pgsql> <58659851-a836-4196-9b32-6c788b30f3a3@mksoft.nu> Comments: In-reply-to =?UTF-8?Q?Mikael_Kjellstr=C3=B6m?= message dated "Fri, 07 Mar 2025 10:28:22 +0100" MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-ID: <1120925.1741377398.1@sss.pgh.pa.us> Content-Transfer-Encoding: 8bit Date: Fri, 07 Mar 2025 14:56:38 -0500 Message-ID: <1120926.1741377398@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk =?UTF-8?Q?Mikael_Kjellstr=C3=B6m?= writes: > OK. I've updated it now but skipped the extra compiler details.  I guess > it goes onto some approve queue somewhere or takes a while before it > updates the information? I believe it shows up immediately on the members page: https://buildfarm.postgresql.org/cgi-bin/show_members.pl Individual build runs capture the current setting, so you won't see a change in existing run logs; the next run on a branch will update that. regards, tom lane