Thread

Commits

  1. Remove duplicated words in comments

  1. 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
    
    
  2. 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
    
    
    
    
  3. 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