Re: typos (and more)
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Justin Pryzby <pryzby@telsasoft.com>
Cc: pgsql-hackers@postgresql.org, Tomas Vondra <tomas.vondra@enterprisedb.com>, Andres Freund <andres@anarazel.de>, Zhihong Yu <zyu@yugabyte.com>
Date: 2021-09-27T05:23:50Z
Lists: pgsql-hackers
On Mon, Sep 27, 2021 at 09:24:27AM +0900, Michael Paquier wrote: > Yes, thanks for compiling all these. The two changes committed were > the only user-visible changes, which is why I have hastened this part > to include those fixes. The rest could just go on HEAD. I have looked at the full set, and applied 0003, 0006, 0009, 0010 and 0011. 0001 has been discussed separately, and I am really not sure if that's worth bothering. 0002 may actually break some code? I have let 0004 and 0005 alone. 0007 could be related to the discussion where we could just remove all those IDENTIFICATION fields. 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. -- Michael
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