Re: typos
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Michael Paquier <michael@paquier.xyz>
Cc: Justin Pryzby <pryzby@telsasoft.com>,
Amit Kapila <amit.kapila16@gmail.com>,
pgsql-hackers@lists.postgresql.org
Date: 2023-02-09T06:36:48Z
Lists: pgsql-hackers
Michael Paquier <michael@paquier.xyz> writes: > On Wed, Feb 08, 2023 at 09:56:44AM -0600, Justin Pryzby wrote: >> Some more accumulated/new typos. > 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. I see your point about 0005, but I've never seen pgindent remove vertical whitespace once it's been added. Not sure what it'd take to teach it to do so, or whether we'd like the results. I'd reject 0009 and 0010 altogether --- they don't add any readability that's worth the potential increase in back-patch problems. regards, tom lane
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