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 1sWymx-000oKO-RI for pgsql-hackers@arkaria.postgresql.org; Thu, 25 Jul 2024 13:45:48 +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 1sWymw-00FH4Z-Cz for pgsql-hackers@arkaria.postgresql.org; Thu, 25 Jul 2024 13:45:46 +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 1sWymw-00FH4R-0f for pgsql-hackers@lists.postgresql.org; Thu, 25 Jul 2024 13:45:46 +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 1sWymt-001P4d-U7 for pgsql-hackers@lists.postgresql.org; Thu, 25 Jul 2024 13:45:45 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id DE3E63FC12 for ; Thu, 25 Jul 2024 15:45:42 +0200 (CEST) Received: from s899.loopia.se (unknown [172.22.191.5]) by s807.loopia.se (Postfix) with ESMTP id CD7E33E87A; Thu, 25 Jul 2024 15:45:42 +0200 (CEST) Received: from s470.loopia.se (unknown [172.22.191.6]) by s899.loopia.se (Postfix) with ESMTP id CAD7E2C8BA54; Thu, 25 Jul 2024 15:45:42 +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: s470.loopia.se (amavisd-new); dkim=pass (2048-bit key) header.d=yesql.se Received: from s980.loopia.se ([172.22.191.6]) by s470.loopia.se (s470.loopia.se [172.22.190.34]) (amavisd-new, port 10024) with LMTP id f8udFyYCBc5G; Thu, 25 Jul 2024 15:45:42 +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 5D7162201600; Thu, 25 Jul 2024 15:45:42 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yesql.se; s=loopiadkim1707475645; t=1721915142; bh=X3EQPp+hI4DV7pTt/7la267aLHhv1FhQ1xArOn/cAWg=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=jFElLXOam6j94+gn2PKbMYcdWb/4Wy52HH+DOLsoV6/qzzdkUhLgMuVDviEUAl3+z laco4myQc1Z2/MzwV/UTNuLvSXqPt76nJ6gA9572U9ZhdgQUlxopHuzghvxxuyiWIY V1g3o+0xDdAQyIIv6OdINbO+CA1l6Z04ZV9BNaXjEHcjZjB/O11COd/Nm5ih6bsdpP OHoXZ1ssoC+CjCckspfVulPEch10X7Jzi9yYkv4O/dhL0Uu/yOT4TnGu9wMctLwBWc jI5qByKWWFAZFNzQPEtAEobgAMe8AC6LnXBGN1PspXO4SqgTGrXC4ABlThl4lICJ7z Z6/ukOnvtNXzw== 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: Thu, 25 Jul 2024 15:45:32 +0200 Cc: David Rowley , Nazir Bilal Yavuz , Heikki Linnakangas , PostgreSQL Developers Content-Transfer-Encoding: quoted-printable Message-Id: References: <3F577953-A29E-4722-98AD-2DA9EFF2CBB8@yesql.se> <3E020742-206E-4052-83AF-8721190A10E0@yesql.se> <39A535AF-154F-4FFD-B887-3C4EDC362DA4@yesql.se> To: Alexander Lakhin 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 4 Jul 2024, at 19:00, Alexander Lakhin wrote: > Please look at another bunch of inconsistencies/orphaned entities I = found > in the tree, with the possible substitutions: Thanks for these, and sorry for the delay in processing them (summer = happened etc). I've started to go through them and have applied some low-hanging = fruit already, will go over all them. -- Daniel Gustafsson