Fix typos and inconsistencies for v16
Alexander Law <exclusion@gmail.com>
Attachments
- typo-fixes-for-v16.1-10.patch (text/x-patch) patch v16
- typo-fixes-for-v16.11-20.patch (text/x-patch) patch v16
- typo-fixes-for-v16.21-30.patch (text/x-patch) patch v16
- typo-fixes-for-v16.31-40.patch (text/x-patch) patch v16
- typo-fixes-for-v16.41-48.patch (text/x-patch) patch v16
- typedefs.lost (text/plain)
Hello hackers, Please consider fixing the following unique words/identifiers introduced in v16: 1. addresess -> addresses 2. adminstrator -> administrator // the same typo found in src/backend/po/id.po, but perhaps it should be fixed via pgsql-translators 3. appeneded -> appended 4. appliciable -> applicable 5. BackroundPsql -> BackgroundPsql 6. binaies -> binaries 7. compresion -> compression 8. containsthe -> contains the 9. contextes -> contexts 10. deparseAnalyzeTuplesSql -> deparseAnalyzeInfoSql // that function was renamed in 57d11ef0 11. DO_LARGE_OJECT_DATA -> DO_LARGE_OBJECT_DATA 12. doesnt't -> doesn't 13. dst_perminfo -> dst_perminfos 14. eror -> error 15. execpt -> except 16. forech -> foreach 17. GetResultRelCheckAsUser -> ExecGetResultRelCheckAsUser 18. GUCS -> GUCs 19. happend -> happened 20. immitated -> imitated 21. insert_xid -> tuple_xid // see bfcf1b348 22. ldap_add -> ldapadd_file 23. ldapbindpassw -> ldapbindpasswd 24. MemoryChunkSetExternal -> MemoryChunkSetHdrMaskExternal 25. non-encyrpted -> non-encrypted 26. --no-process_main -> --no-process-main 27. optionn -> option 28. Othewise -> Otherwise 29. parellel -> parallel 30. permissons -> permissions 31. pg_pwrite_zeroes -> pg_pwrite_zeros 32. pg_writev -> pg_pwritev 33. possbile -> possible 34. pqsymlink -> pgsymlink 35. PG_GET_WAL_FPI_BLOCK_COLS -> PG_GET_WAL_BLOCK_INFO_COLS 36. RangeVarCallbackOwnsTable -> RangeVarCallbackMaintainsTable // see 60684dd83 37. remaing -> remaining 38. ResourceOwnerForgetBufferIOs -> ResourceOwnerForgetBufferIO 39. RMGRDESC_UTILS_H -> RMGRDESC_UTILS_H_ // or may be the other way 40. rolenamehash -> rolename_hash 41. ROLERECURSE_SETROLe -> ROLERECURSE_SETROLE 42. sentinal -> sentinel 43. smgzerorextend -> smgrzeroextend 44. stacktoodeep -> rstacktoodeep // an excessive character was deleted with db4f21e4a? 45. tar_set_error -- remove (obsolete since ebfb814f7) 46. test_tranche_name -- remove (not used, see 006b69fd9) 47. varilables -> variables 48. xid_commit_status -> xmin_commit_status Also, maybe OID_MAX should be removed from src/include/postgres_ext.h as it's unused since eb8312a22. Beside that, this simple script: for w in $(cat src/tools/pgindent/typedefs.list); do grep -q -P "\b$w\b" -r * --exclude typedefs.list || echo "$w"; done detects 58 identifiers that don't exist in the source tree anymore (see typedefs.lost attached). Maybe they should be removed from typedefs.list too. Best regards, Alexander
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