Re: Fix typos and inconsistencies for v16
Justin Pryzby <pryzby@telsasoft.com>
Attachments
- v5.txt (text/plain)
On Mon, Apr 17, 2023 at 09:00:00PM +0300, Alexander Lakhin wrote:
> Hello hackers,
>
> Please consider fixing the following unique words/identifiers introduced in v16:
Well done.
Note that your patches are overlapping:
3 --- a/src/backend/utils/misc/guc.c
2 --- a/src/test/perl/PostgreSQL/Test/BackgroundPsql.pm
2 --- a/src/test/ldap/LdapServer.pm
2 --- a/src/interfaces/libpq/t/004_load_balance_dns.pl
2 --- a/src/backend/utils/adt/acl.c
It'd make sense if the changes to each file were isolated to a single
patch (especially 004_load and acl.c).
> - * USER SET values are appliciable only for PGC_USERSET parameters. We
> + * USER SET values are applicable only for PGC_USERSET parameters. We
> * use InvalidOid as role in order to evade possible privileges of the
and s/evade/avoid/
> +++ b/src/bin/pg_dump/pg_dumpall.c
You missed "boostrap" :)
I independently found 11 of the same typos you did:
> 1. addresess -> addresses
> 3. appeneded -> appended
> 4. appliciable -> applicable
> 8. containsthe -> contains the
> 15. execpt -> except
> 19. happend -> happened
> 27. optionn -> option
> 30. permissons -> permissions
> 37. remaing -> remaining
> 42. sentinal -> sentinel
> 47. varilables -> variables
But hadn't yet convinced myself to start the process of defending each
one of the fixes. Attached some others that I found.
--
Justin
Commits
-
Fix typo with wait event for SLRU buffer of commit timestamps
- cedcc4191847 13.11 landed
- ae4ffa7227f6 14.8 landed
- d31dab9a541c 15.3 landed
- 58f5edf84990 16.0 landed
-
Fix typos in comments
- 8961cb9a0315 16.0 landed
-
doc: Fix typo in pg_amcheck for term "schema"
- 43beaa2fb16b 14.8 landed
- 77ea05406cb6 15.3 landed
- 6fd8ae688884 16.0 landed
-
Remove unused global variable
- 84e05beb1113 16.0 landed
-
Fix incorrect function name reference
- d91d1635292a 16.0 landed
-
Fix various typos and incorrect/outdated name references
- 3f58a4e2960a 16.0 landed
-
Fix some typos and some incorrectly duplicated words
- eef231e8161e 16.0 landed
-
Fix various typos
- b4dbf3e924b2 16.0 landed
-
Improve GIN cost estimation
- cd9479af2af2 16.0 cited
-
Refactor LogicalTapeSet/LogicalTape interface.
- c4649cce39a4 15.0 cited
-
Refactor sharedfileset.c to separate out fileset implementation.
- dcac5e7ac157 15.0 cited
-
Multirange datatypes
- 6df7a9698bb0 14.0 cited
-
Copy editing: fix a bunch of misspellings and poor wording.
- 9436041ed848 14.0 cited
-
Implement operator class parameters
- 911e70207703 13.0 cited
-
Various improvements of skipping index scan during vacuum technics
- 8e12f4a250d2 11.0 cited