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 1slQKs-007bGW-6c for pgsql-hackers@arkaria.postgresql.org; Tue, 03 Sep 2024 10:00:31 +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 1slQKq-009tKn-Je for pgsql-hackers@arkaria.postgresql.org; Tue, 03 Sep 2024 10:00:28 +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 1slQKq-009tKf-7G for pgsql-hackers@lists.postgresql.org; Tue, 03 Sep 2024 10:00:28 +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 1slQKo-000RKN-9D for pgsql-hackers@lists.postgresql.org; Tue, 03 Sep 2024 10:00:27 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id DB4C6C0846 for ; Tue, 03 Sep 2024 12:00:24 +0200 (CEST) Received: from s980.loopia.se (unknown [172.22.191.5]) by s807.loopia.se (Postfix) with ESMTP id C340EC0FD3; Tue, 03 Sep 2024 12:00:24 +0200 (CEST) Received: from s898.loopia.se (unknown [172.22.191.5]) by s980.loopia.se (Postfix) with ESMTP id C07B722016E4; Tue, 03 Sep 2024 12:00:24 +0200 (CEST) X-Virus-Scanned: amavisd-new at amavis.loopia.se X-Spam-Flag: NO X-Spam-Score: -1.2 X-Spam-Level: X-Spam-Status: No, score=-1.2 tagged_above=-999 required=6.2 tests=[ALL_TRUSTED=-1, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1] autolearn=disabled Authentication-Results: s898.loopia.se (amavisd-new); dkim=pass (2048-bit key) header.d=yesql.se Received: from s979.loopia.se ([172.22.191.6]) by s898.loopia.se (s898.loopia.se [172.22.190.17]) (amavisd-new, port 10024) with UTF8LMTP id hgUZynCvpife; Tue, 3 Sep 2024 12:00:24 +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 s979.loopia.se (Postfix) with ESMTPSA id 152B310BC47E; Tue, 03 Sep 2024 12:00:24 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yesql.se; s=loopiadkim1707475645; t=1725357624; bh=25bJCNmmAlVykezdGv/FWXgcrr7lIIB260RcP8ztwXI=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=L8p5LqQsFT641cLN29UvWORP9k9CAmRiXVzCN4olHhn6lQHnHqQ/PdJtd2CZrJbpc AoV04NMcq9ghYt3A7PU2FO3Vr//ufFtYVQxUR5JsaDIpZSIpntFFIkJxAjz9I0XEjG h0S3kt6IzmuMweL33S7soYo7bBzUAgcy4ybJ03nfwKzB0IzrGRCHKa6A22Np6Agr0q Wp8yBERq9/ZRltvNio6yXAU2VB8OiVY50uiCFTacU6iF0mEIJCmoFkXm3Xo33Cz/8/ CzhFXZ+/bNFIGgEhdJt69KNOsHR+1AcmuzVNTID1vbMDHl+i8FEF6k1MDlyO1g90ty Vj3zBihakzxHQ== Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3774.600.62\)) Subject: Re: Typos in the code and README From: Daniel Gustafsson In-Reply-To: Date: Tue, 3 Sep 2024 12:00:13 +0200 Cc: Alexander Lakhin , David Rowley , Tom Lane , Robert Haas , Nazir Bilal Yavuz , Heikki Linnakangas , PostgreSQL Developers Content-Transfer-Encoding: quoted-printable Message-Id: References: To: Michael Paquier X-Mailer: Apple Mail (2.3774.600.62) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 3 Sep 2024, at 07:51, Michael Paquier wrote: >=20 > On Tue, Sep 03, 2024 at 02:24:32PM +0900, Michael Paquier wrote: >> On Mon, Sep 02, 2024 at 09:00:00PM +0300, Alexander Lakhin wrote: >>> I've gathered another bunch of defects with the possible = substitutions. >>> Please take a look: >>> pgstat_add_kind -> pgstat_register_kind (see 7949d9594) >>=20 >> And here I thought I took care of these inconsistencies. This one is >> on me so I'll go fix that in a bit, with the rest while on it. >=20 > And done that. >=20 > The bit about CommitTSSLRU -> CommitTsSLRU in lwlock.c should be > backpatched down to 17, indeed, but the branch is frozen until the RC > tag lands in the tree, so I have left it out for now. The tag should > show up tomorrow or so. Good thing that you have noticed this issue > before the release. I see your v17 typo fixes, and raise you a few more. Commit = 31a98934d169 from just now contains 2 (out of 3) sets of typos introduced in v17 so they = should follow along when you push the ones mentioned here. -- Daniel Gustafsson