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 1qvNyS-004svd-Um for pgsql-hackers@arkaria.postgresql.org; Tue, 24 Oct 2023 20:26:00 +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 1qvNyR-00Cz7K-Eh for pgsql-hackers@arkaria.postgresql.org; Tue, 24 Oct 2023 20:25:59 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qvNyR-00Cz7C-5A for pgsql-hackers@lists.postgresql.org; Tue, 24 Oct 2023 20:25:59 +0000 Received: from smtp.outgoing.loopia.se ([93.188.3.37]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qvNyO-002WPk-Jv for pgsql-hackers@postgresql.org; Tue, 24 Oct 2023 20:25:58 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id 73DE32FB80F5 for ; Tue, 24 Oct 2023 22:25:55 +0200 (CEST) Received: from s980.loopia.se (unknown [172.22.191.5]) by s807.loopia.se (Postfix) with ESMTP id 648DF2E2793A; Tue, 24 Oct 2023 22:25:55 +0200 (CEST) Received: from s473.loopia.se (unknown [172.22.191.6]) by s980.loopia.se (Postfix) with ESMTP id 6132A220162A; Tue, 24 Oct 2023 22:25:55 +0200 (CEST) X-Virus-Scanned: amavisd-new at amavis.loopia.se X-Spam-Flag: NO X-Spam-Score: -1.01 X-Spam-Level: X-Spam-Status: No, score=-1.01 tagged_above=-999 required=6.2 tests=[ALL_TRUSTED=-1, T_SCC_BODY_TEXT_LINE=-0.01] autolearn=disabled Received: from s980.loopia.se ([172.22.191.5]) by s473.loopia.se (s473.loopia.se [172.22.190.13]) (amavisd-new, port 10024) with LMTP id URcIzCvPf3WV; Tue, 24 Oct 2023 22:25:55 +0200 (CEST) X-Loopia-Auth: user X-Loopia-User: daniel@yesql.se X-Loopia-Originating-IP: 89.255.232.193 Received: from smtpclient.apple (customer-89-255-232-193.stosn.net [89.255.232.193]) (Authenticated sender: daniel@yesql.se) by s980.loopia.se (Postfix) with ESMTPSA id EF1952201633; Tue, 24 Oct 2023 22:25:54 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3696.120.41.1.3\)) Subject: Re: Cirrus-ci is lowering free CI cycles - what to do with cfbot, etc? From: Daniel Gustafsson In-Reply-To: <20230912234901.shdteoa5gk27fb3y@awork3.anarazel.de> Date: Tue, 24 Oct 2023 22:25:54 +0200 Cc: Tom Lane , PostgreSQL Hackers , Thomas Munro , Justin Pryzby , Nazir Bilal Yavuz Content-Transfer-Encoding: quoted-printable Message-Id: 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> To: Andres Freund X-Mailer: Apple Mail (2.3696.120.41.1.3) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 13 Sep 2023, at 01:49, Andres Freund wrote: > My patch increased user/sys time a bit (likely due to a higher number = of > futile psql forks), but Daniel's doesn't. And it does show a nice = overall wall > clock time saving. I went ahead and applied this on master, thanks for review! Now to see = if there will be any noticeable difference in resource usage. -- Daniel Gustafsson