Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mB3tp-00031W-O5 for buildfarm-members@arkaria.postgresql.org; Tue, 03 Aug 2021 23:32:41 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mB3tn-0008AP-Mr for buildfarm-members@arkaria.postgresql.org; Tue, 03 Aug 2021 23:32:39 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mB3tn-0008AH-Hr for buildfarm-members@lists.postgresql.org; Tue, 03 Aug 2021 23:32:39 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mB3tg-0000j0-Dh for buildfarm-members@postgresql.org; Tue, 03 Aug 2021 23:32:38 +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 173NWT9r1804199; Tue, 3 Aug 2021 19:32:29 -0400 From: Tom Lane To: Andrew Dunstan cc: buildfarm-members@postgresql.org Subject: Re: Release 13 of the PostgreSQL BuildFarm client In-reply-to: <7ad25a4e-9465-64c7-2429-4db87bde9b75@dunslane.net> References: <18c03f7e-3ab9-f7b4-9248-feb85b0f03ed@dunslane.net> <1660080.1627945870@sss.pgh.pa.us> <5462d8bd-b8aa-3c38-b078-4bf5e94f8eba@dunslane.net> <0234f0ff-221a-e6a4-39c7-137ed4edb74e@dunslane.net> <1774332.1628020800@sss.pgh.pa.us> <7ad25a4e-9465-64c7-2429-4db87bde9b75@dunslane.net> Comments: In-reply-to Andrew Dunstan message dated "Tue, 03 Aug 2021 19:18:31 -0400" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1804197.1628033549.1@sss.pgh.pa.us> Date: Tue, 03 Aug 2021 19:32:29 -0400 Message-ID: <1804198.1628033549@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Andrew Dunstan writes: > On 8/3/21 4:00 PM, Tom Lane wrote: >> Aside from the message typo, that'll produce useless every-run chatter in >> affected owners' cron logs. I'd probably soon set skip_git_default_check >> to silence it, at which point it might as well not be there. > I'll fix the typo and make it only print the warning in verbose mode, I > hope that will suit. Sure, works for me. regards, tom lane