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 1rvNvh-00Beno-Ew for pgsql-hackers@arkaria.postgresql.org; Fri, 12 Apr 2024 20:55:25 +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 1rvNvf-000M0r-VX for pgsql-hackers@arkaria.postgresql.org; Fri, 12 Apr 2024 20:55:23 +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 1rvNvf-000M0i-He for pgsql-hackers@lists.postgresql.org; Fri, 12 Apr 2024 20:55:23 +0000 Received: from momjian.us ([72.94.173.45]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rvNva-002YuJ-Qa for pgsql-hackers@lists.postgresql.org; Fri, 12 Apr 2024 20:55:22 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=momjian.us; s=2024011501; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description; bh=+2ADBqBwJf9ONhRTdj/iKF4wraavs6abqISv/ge9xCg=; b=FYspK TuJw35o5cENYvKvDxOaA4MS4C9Mw4pYzo366dkl7QFmEFDRt4jQnm3rL+aLj+fklMPEBjrU3a135c VxzoQwf8PjZIghI/AXTOsDAkV9gZP5HG9gQ3s4Gh9uAMo5sY5eRhafRyesnXxKmpOQaK1/nocgtEw F9f4pHkv4/RKtkTbCxeTE6gyf9xaAvB+lUggImVMEz4ti/6/UsjdLIFWJOJiQPZcmdfb4xXQ5pjWH CGeWiZd+odF01im/1nviKuwhyN6P2AnCseZegGbvpiakixNFThVa/YoieFkEWEoi+zBJvKOydaOPX HXOAPHFED4w8P1VqvraytY7sGqLcA==; Received: from bruce by momjian.us with local (Exim 4.96) (envelope-from ) id 1rvNvY-001mkF-1l; Fri, 12 Apr 2024 16:55:16 -0400 Date: Fri, 12 Apr 2024 16:55:16 -0400 From: Bruce Momjian To: Daniel Gustafsson Cc: David Rowley , PostgreSQL Developers Subject: Re: Typos in the code and README Message-ID: References: <3F577953-A29E-4722-98AD-2DA9EFF2CBB8@yesql.se> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Thu, Apr 11, 2024 at 03:37:00PM +0200, Daniel Gustafsson wrote: > On 11 Apr 2024, at 15:29, David Rowley wrote: > > On Fri, 12 Apr 2024, 1:05 am Daniel Gustafsson, wrote: > > Now that the tree has settled down a bit post-freeze I ran some tooling > to > check spelling. I was primarily interested in docs and README* which > were > mostly free from simply typos, while the code had some in various > comments and > one in code. The attached fixes all that I came across (not > cross-referenced > against ongoing reverts or any other fixup threads but will be before > pushing > of course). > > > I see you've corrected "iif" to "if". It should be "iff". > > > Gotcha, will fix. I opted for "if" due to recent threads where the use of > "iff" was discouraged due to not being commonly known, but that was in doc/ and > not code comments. I actually agree "iff" is just not clear enough. "Iff" stands for "if and only if" and maybe should be spelled out that way. -- Bruce Momjian https://momjian.us EDB https://enterprisedb.com Only you can decide what is important to you.