Re: typos - Mailing list pgsql-hackers

From Justin Pryzby
Subject Re: typos
Date
Msg-id 20220511020334.GH19626@telsasoft.com
Whole thread Raw
In response to Re: typos  (Justin Pryzby <pryzby@telsasoft.com>)
Responses Re: typos  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
I found a bunch more typos; a couple from codespell, and several which are the
result of looking for previously-reported typos, like:

time git log origin --grep '[tT]ypo' --word-diff -U1 |grep -Eo '\[-[[:lower:]]+-\]' |sed 's/^\[-//; s/-\]$//' |sort -u
|grep-Fxvwf /usr/share/dict/words >badwords.txt
 
time grep -rhoFwf badwords.txt doc |sort -u >not-badwords.txt
time grep -Fxvwf not-badwords.txt ./badwords.txt >./badwords.txt.new
time grep -rhoIFwf ./badwords.txt.new src --incl='*.[chly]' --incl='*.p[lm]' |sort |uniq -c |sort -nr |less


Attachment

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: First draft of the PG 15 release notes
Next
From: Michael Paquier
Date:
Subject: Re: make MaxBackends available in _PG_init