| From: | David Rowley <dgrowleyml(at)gmail(dot)com> |
|---|---|
| To: | Etsuro Fujita <fujita(dot)etsuro(at)lab(dot)ntt(dot)co(dot)jp> |
| Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Typos in comments |
| Date: | 2014-10-20 07:04:47 |
| Message-ID: | CAApHDvotv8Uk7qrTHRz=DrMWJaZE=nq4q+9jECJgmhR--6PCFg@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Mon, Oct 20, 2014 at 6:54 PM, Etsuro Fujita <fujita(dot)etsuro(at)lab(dot)ntt(dot)co(dot)jp>
wrote:
> I ran into a type " a a " in a comment in snapmgr.c, and found that
> there are four other places that've made the same typo, by the grep
> command. And in one of those places, I found yet another typo. Please
> find attached a patch.
>
>
Just while on this topic, I had a quick look at the results from the regex
\b(\w+)\s+\1\b which finds duplicate words. After sifting through the false
positives I found a few more. Patch attached.
Regards
David Rowley
| Attachment | Content-Type | Size |
|---|---|---|
| duplicate_word_fix.diff | text/plain | 1.9 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jov | 2014-10-20 07:29:46 | agent_init concurrent running question |
| Previous Message | Michael Paquier | 2014-10-20 06:26:27 | Re: BUG: *FF WALs under 9.2 (WAS: .ready files appearing on slaves) |