Re: Typos in the code and README
Alexander Lakhin <exclusion@gmail.com>
Attachments
- fix-typos+inconsistencies.patch (text/x-patch) patch
Hello, 12.08.2024 14:59, David Rowley wrote: > (I know Daniel mentioned he'd get to these, but the ScanDirection one > was my fault and I needed to clear that off my mind. I did a few > others while on this topic.) Thank you, David, for working on that! I've gathered another bunch of defects with the possible substitutions. Please take a look: adapated -> adapted becasue -> because cancelled -> canceled (introduced by 90f517821, but see 8c9da1441) cange -> change comand -> command CommitTSSLRU -> CommitTsSLRU (introduced by 53c2a97a9; maybe the fix should be back-patched...) connectOptions2 -> pqConnectOptions2 (see 774bcffe4) Injections points -> Injection points jsetate -> jsestate LockShmemSize -> remove the sentence? (added by ec0baf949, outdated with a794fb068) MaybeStartSlotSyncWorker -> LaunchMissingBackgroundProcesses (the logic to start B_SLOTSYNC_WORKER moved from the former to the latter function with 3354f8528) multixact_member_buffer -> multixact_member_buffers per_data_data -> per_buffer_data (see code below the comment; introduced by b5a9b18cd) per_buffer_private -> remove the function declaration? (the duplicate declaration was added by a858be17c) performancewise -> performance-wise? (coined by a7f107df2) pgstat_add_kind -> pgstat_register_kind (see 7949d9594) pg_signal_autovacuum -> pg_signal_autovacuum_worker (see d2b74882c) recoveery -> recovery RegisteredWorker -> RegisteredBgWorker RUNNING_XACT -> RUNNING_XACTS sanpshot -> snapshot TypeEntry -> TypeCacheEntry (align with AttoptCacheEntry, from the same commit 40064a8ee) The corresponding patch is attached for your convenience. Best regards, Alexander
Commits
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Fix typo in planner.c
- ae283736025c 19 (unreleased) landed
-
Fix meson build of snowball code.
- b85d5dc0e7e9 19 (unreleased) landed
-
Update to latest Snowball sources.
- 7dc95cc3b94f 19 (unreleased) landed
-
Remove unneeded defines from pg_config.h.in
- 7d854bdc5b72 19 (unreleased) landed
-
Fix typos and inconsistencies in code and comments
- b8cfcb9e00da 19 (unreleased) landed
-
Fix a few more duplicate words in comments
- 78eda9e2648a 18.0 landed
-
Fix a few duplicate words in comments
- 84fd3bc14103 18.0 landed
-
Fix typos and grammar in the code
- 88e947136b47 18.0 landed
-
Fix an assortment of spelling mistakes and typos
- 11012c503759 18.0 landed
-
Fix inconsistent LWLock tranche name "CommitTsSLRU"
- 07b828e9d4aa 17.0 landed
- 08b9b9e043bb 18.0 landed
-
Fix typos in code comments and test data
- 31a98934d169 18.0 landed
-
Fix typos and grammar in code comments and docs
- 4236825197e8 18.0 landed
-
Fix a series of typos and outdated references
- ffabb56c9460 18.0 landed
-
Optimize InvalidateAttoptCacheCallback() and TypeCacheTypCallback()
- 40064a8ee1b3 18.0 cited
-
pg_upgrade: Remove unused macro
- 88e3da5658c5 18.0 landed
-
pgcrypto: Remove unused binary from clean target
- cc59f9d0ff27 18.0 landed
-
Fix an assortment of typos
- a42fc1c903b5 17.0 landed
-
Fix duplicated consecutive words in comments
- 310cd8ab386c 17.0 landed
-
Remove unused function prototype
- f6e845133630 17.0 landed
-
Fix incorrect parameter name in prototype
- 9c58bf1507be 17.0 landed
-
Fix typos and duplicate words
- 950d4a2cb1d5 17.0 landed
-
Speedup 2PC recovery by skipping two phase state files in normal path
- 728bd991c3c4 10.0 cited
-
Two-phase commit. Original patch by Heikki Linnakangas, with additional
- d0a89683a3a4 8.1.0 cited