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 1rxjNE-00BKz2-1p for pgsql-hackers@arkaria.postgresql.org; Fri, 19 Apr 2024 08:13:32 +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 1rxjNC-00H38E-OK for pgsql-hackers@arkaria.postgresql.org; Fri, 19 Apr 2024 08:13:30 +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 1rxjNC-00H385-EH for pgsql-hackers@lists.postgresql.org; Fri, 19 Apr 2024 08:13:30 +0000 Received: from smtp.outgoing.loopia.se ([93.188.3.37]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rxjN9-003aRn-7r for pgsql-hackers@lists.postgresql.org; Fri, 19 Apr 2024 08:13:29 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id 69F1030118FE for ; Fri, 19 Apr 2024 10:13:24 +0200 (CEST) Received: from s934.loopia.se (unknown [172.22.191.6]) by s807.loopia.se (Postfix) with ESMTP id 591592E28204; Fri, 19 Apr 2024 10:13:24 +0200 (CEST) Received: from s472.loopia.se (unknown [172.22.191.5]) by s934.loopia.se (Postfix) with ESMTP id 5690E7CEA6E; Fri, 19 Apr 2024 10:13:24 +0200 (CEST) X-Virus-Scanned: amavisd-new at amavis.loopia.se X-Spam-Flag: NO X-Spam-Score: -1.21 X-Spam-Level: X-Spam-Status: No, score=-1.21 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, T_SCC_BODY_TEXT_LINE=-0.01] autolearn=disabled Authentication-Results: s472.loopia.se (amavisd-new); dkim=pass (2048-bit key) header.d=yesql.se Received: from s979.loopia.se ([172.22.191.5]) by s472.loopia.se (s472.loopia.se [172.22.190.12]) (amavisd-new, port 10024) with UTF8LMTP id PQrUqOAxP8ds; Fri, 19 Apr 2024 10:13: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 91E8910BC3CC; Fri, 19 Apr 2024 10:13:23 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yesql.se; s=loopiadkim1707475645; t=1713514403; bh=G19Z5Umg+nlx7QM6VWzQbKBKq1k2Uyjr42zHWeTU3ho=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=QsIHA0BvVJBfKTUdT+8vONtHx6QVwprS6ksLPBeNxy1BeKNpR/m0t4v2eAxnsDeZR RoQBHrioXBOkMAbD7N5UwmpUkw7E67F7Wt4UtRjKtMaTOJmUJgM5pdSeXTh0n8M/re hYsKjOsXuqyLQZlxOuEuPwjq4jxhQl23UaTUUhhfinP9ndrLzCQ9gdeflmRLR8+UdR 70GvXsqSUsDoqyKa4zpQTYLekYGpsNowln7IgTYxjnQY4lWJHb1swroDGVrHvC1JxD CWRT0EQ6O4VNDYmIQOJZfCSvWivvRdEURflnkXwt2J/YAv1n/5JdZOtLJ/65QtTTcy Kn5wArb/aP8iw== Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3774.500.171.1.1\)) Subject: Re: Typos in the code and README From: Daniel Gustafsson In-Reply-To: Date: Fri, 19 Apr 2024 10:13:13 +0200 Cc: David Rowley , Heikki Linnakangas , PostgreSQL Developers , Alexander Lakhin 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: Nazir Bilal Yavuz X-Mailer: Apple Mail (2.3774.500.171.1.1) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 16 Apr 2024, at 15:37, Nazir Bilal Yavuz = wrote: > I realized two small typos: 'sgmr' -> 'smgr'. You may want to include > them in 0001. Thanks, I incorporated these into 0001 before pushing. All the commits = in this patchset are now applied. -- Daniel Gustafsson