Re: Typos in the code and README

Поиск
Список
Период
Сортировка
От David Rowley
Тема Re: Typos in the code and README
Дата
Msg-id CAApHDvq-2Zdqytm_Hf3RmVf0qg5PS9jTFAJ5QTc9xH9pwvwDTA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Typos in the code and README  (Daniel Gustafsson <daniel@yesql.se>)
Ответы Re: Typos in the code and README
Список pgsql-hackers
On Fri, 19 Apr 2024 at 20:13, Daniel Gustafsson <daniel@yesql.se> wrote:
> Thanks, I incorporated these into 0001 before pushing.  All the commits in this
> patchset are now applied.

Here are a few more to see if it motivates anyone else to do a more
thorough search for another batch.

Fixes duplicate words spanning multiple lines plus an outdated
reference to "streaming read" which was renamed to "read stream" late
in that patch's development.

duplicate words found using:
ag "\s([a-zA-Z]{2,})[\s*]*\n\1\b"
ag "\s([a-zA-Z]{2,})\n(\s*\*\s*)\1\b"

David

Вложения

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

Предыдущее
От: Alexander Lakhin
Дата:
Сообщение: Re: tablecmds.c/MergeAttributes() cleanup
Следующее
От: Ashutosh Bapat
Дата:
Сообщение: Re: tablecmds.c/MergeAttributes() cleanup