Re: typos
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Justin Pryzby <pryzby@telsasoft.com>
Cc: Amit Kapila <amit.kapila16@gmail.com>, pgsql-hackers@lists.postgresql.org
Date: 2023-02-09T05:45:40Z
Lists: pgsql-hackers
On Wed, Feb 08, 2023 at 09:56:44AM -0600, Justin Pryzby wrote: > Some more accumulated/new typos. 0001 has been a debate for a long time, and it depends on the way SQL is spelled. For reference: $ git grep -i " an sql" -- *.c | wc -l 63 $ git grep -i " a sql" -- *.c | wc -l 135 0005 can indeed fix a lot of confusion around the spaces after an "else if" block. Is that something that could be automated with the indentation, though? Same remark for 0009 and 0010. Applied 0002, 0003, 0004, 0006, after rewording a bit 0003 to mention the compression type. -- Michael
Commits
-
Fix various typos in code and tests
- ef7002dbe0b0 16.0 landed
-
Fix typos in code and comments
- 5f6401f81cb2 16.0 landed
-
Remove function declarations from headers for some undefined functions
- 69fb29d1affb 16.0 landed
-
Fix typos in comments, code and documentation
- a80740a7c979 11.19 landed
- dfaa705ce423 12.14 landed
- 1c89549ca48d 13.10 landed
- e373e5578bc3 14.7 landed
- c772dfe07a9d 15.2 landed
- 33ab0a2a527e 16.0 landed