Re: Quitting the thes
Alvaro Herrera <alvherre@2ndquadrant.com>
From: Alvaro Herrera <alvherre@2ndquadrant.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: Stephen Amell <mrstephenamell@gmail.com>, pgsql-hackers@postgresql.org
Date: 2019-06-13T14:10:43Z
Lists: pgsql-hackers
On 2019-Jun-13, Michael Paquier wrote: > On Wed, Jun 12, 2019 at 02:45:27PM -0400, Alvaro Herrera wrote: > > Some grepping found a bit more; patch attached. > > Indeed. There were much more. I just got to look with stuff like > that: > find . -name "*.c" | xargs egrep "(\b[a-zA-Z]+) \1\b" This is what I used: git grep '\<\([a-z_ ]\+\)\> \<\1\>' > But I did not find any more spots. Indentation is incorrect in > test_integerset.c. Indeed ... fixed. Thanks for looking, -- Álvaro Herrera https://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Fix double-word typos
- b9768458154d 12.0 landed
-
Fix duplicated words in comments
- 7e19929ea296 12.0 landed