Re: typos (and more)
Alvaro Herrera <alvherre@alvh.no-ip.org>
From: Alvaro Herrera <alvherre@alvh.no-ip.org>
To: Michael Paquier <michael@paquier.xyz>
Cc: Justin Pryzby <pryzby@telsasoft.com>, pgsql-hackers@postgresql.org, Tomas Vondra <tomas.vondra@enterprisedb.com>, Andres Freund <andres@anarazel.de>, Zhihong Yu <zyu@yugabyte.com>
Date: 2021-09-27T21:04:02Z
Lists: pgsql-hackers
On 2021-Sep-27, Michael Paquier wrote: > The use > of "statistic", "statistics" and "statistics object" in 0008 and 0012 > is indeed inconsistent. The latter term is the most used, but it > sounds a bit weird to me even if it refers to the DDL object > manipulated. Simply using "statistics" would be tempting. Initially we just used "statistic" as a noun, which IIRC was already grammatically wrong (but I didn't know that and I think Tomas didn't either); later at some point when discussing how to use that noun in plural we realized this and argued that merely using "statistics" was even more wrong. It was then that we started using the term "statistics object" with plural "statistics objects". Going back to using just "statistics" is unlikely to have become correct; I think Justin's patches 0008 and 0012 are correct. -- Álvaro Herrera 39°49'30"S 73°17'W — https://www.EnterpriseDB.com/ "La libertad es como el dinero; el que no la sabe emplear la pierde" (Alvarez)
Commits
-
Clarify use of "statistics objects" in the code
- 2cf9cf5d7b5e 14.1 landed
- 070d2e19e408 15.0 landed
-
Fix typos and grammar in code comments
- e767ddcd354b 15.0 landed
-
Fix typos in docs
- 55367378d785 9.6.24 landed
- 2ddf1c1be6c8 10.19 landed
- 23e83c35ad32 11.14 landed
- b7647c4260c4 12.9 landed
- 78515b89f298 13.5 landed
- e8b39cebdaf0 14.0 landed
- 7c1d8a243f8b 15.0 landed