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 1qvO7B-004tfx-Q3 for pgsql-hackers@arkaria.postgresql.org; Tue, 24 Oct 2023 20:35:01 +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 1qvO7A-00D4dE-7R for pgsql-hackers@arkaria.postgresql.org; Tue, 24 Oct 2023 20:35:00 +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 1qvO79-00D4cz-UH for pgsql-hackers@lists.postgresql.org; Tue, 24 Oct 2023 20:34:59 +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 1qvO77-00282W-FD for pgsql-hackers@postgresql.org; Tue, 24 Oct 2023 20:34:58 +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 39OKYstN849589; Tue, 24 Oct 2023 16:34:54 -0400 From: Tom Lane To: Daniel Gustafsson cc: Andres Freund , PostgreSQL Hackers , Thomas Munro , Justin Pryzby , Nazir Bilal Yavuz Subject: Re: Cirrus-ci is lowering free CI cycles - what to do with cfbot, etc? In-reply-to: References: <20230808021541.7lbzdefvma7qmn3w@awork3.anarazel.de> <20230823065833.vnnfwoi3n2sbw5kf@awork3.anarazel.de> <20230823192239.jxew5s3sjru63lio@awork3.anarazel.de> <3557216.1692824571@sss.pgh.pa.us> <43B6331A-1005-4804-8644-ED30A31839F9@yesql.se> <7BE59586-7390-4906-B5D9-F83681093A8F@yesql.se> <20230912234901.shdteoa5gk27fb3y@awork3.anarazel.de> Comments: In-reply-to Daniel Gustafsson message dated "Tue, 24 Oct 2023 22:25:54 +0200" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <849587.1698179694.1@sss.pgh.pa.us> Date: Tue, 24 Oct 2023 16:34:54 -0400 Message-ID: <849588.1698179694@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Daniel Gustafsson writes: > I went ahead and applied this on master, thanks for review! Now to see if > there will be any noticeable difference in resource usage. I think that tools like Coverity are likely to whine about your use of sprintf instead of snprintf. Sure, it's perfectly safe, but that won't stop the no-sprintf-ever crowd from complaining. regards, tom lane