From: | Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> |
---|---|
To: | Michael Paquier <michael(at)paquier(dot)xyz> |
Cc: | Stephen Amell <mrstephenamell(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Quitting the thes |
Date: | 2019-06-13 14:10:43 |
Message-ID: | 20190613141043.GA488@alvherre.pgsql |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-translators |
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
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2019-06-13 14:56:06 | Re: Add PGDLLIMPORT lines to some variables |
Previous Message | Robert Haas | 2019-06-13 14:09:46 | Re: Avoiding hash join batch explosions with extreme skew and weird stats |
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2019-06-16 19:58:36 | Re: Translation updates for zh_CN.po (Chinese Simplified) |
Previous Message | Michael Paquier | 2019-06-13 06:44:43 | Re: Quitting the thes |