Re: typos

Поиск
Список
Период
Сортировка
От Justin Pryzby
Тема Re: typos
Дата
Msg-id 20220511020334.GH19626@telsasoft.com
обсуждение исходный текст
Ответ на Re: typos  (Justin Pryzby <pryzby@telsasoft.com>)
Ответы Re: typos  (Michael Paquier <michael@paquier.xyz>)
Список 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


Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: First draft of the PG 15 release notes
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: make MaxBackends available in _PG_init