Thread
Commits
-
Remove duplicated words in comments
- 958f9fb98da9 13.0 landed
-
Duplicate words in comments
Daniel Gustafsson <daniel@yesql.se> — 2020-02-17T14:36:10Z
When applying the recent "the the" comment fixup to downstream docs I happened to notice other cases of duplicated words in comments. The attached trivial diff removes the few that I came across (the last one was perhaps correct but if so seemed strange to a non-native speaker). cheers ./daniel
-
Re: Duplicate words in comments
Vik Fearing <vik@postgresfriends.org> — 2020-02-17T21:57:33Z
On 17/02/2020 15:36, Daniel Gustafsson wrote: > When applying the recent "the the" comment fixup to downstream docs I happened > to notice other cases of duplicated words in comments. The attached trivial > diff removes the few that I came across (the last one was perhaps correct but > if so seemed strange to a non-native speaker). These changes look good to me. -- Vik Fearing
-
Re: Duplicate words in comments
Michael Paquier <michael@paquier.xyz> — 2020-02-18T03:25:22Z
On Mon, Feb 17, 2020 at 10:57:33PM +0100, Vik Fearing wrote: > These changes look good to me. Applied. The indentation in nodeAgg.c had a nit. -- Michael