Thread

Commits

  1. Fix typo in description of enable_parallel_hash

  1. A typo in guc.c

    Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp> — 2018-08-21T02:58:41Z

    Hello, I found a typo in guc.c.
    
    >      {"enable_parallel_hash", PGC_USERSET, QUERY_TUNING_METHOD,
    > -      gettext_noop("Enables the planner's user of parallel hash plans."),
    > +      gettext_noop("Enables the planner's use of parallel hash plans."),
    
    The "user" should be "use".
    
    As you(who?) know, this applies only 11 and dev.
    
    regards.
    
    -- 
    Kyotaro Horiguchi
    NTT Open Source Software Center
    
  2. Re: A typo in guc.c

    Michael Paquier <michael@paquier.xyz> — 2018-08-21T03:17:57Z

    On Tue, Aug 21, 2018 at 11:58:41AM +0900, Kyotaro HORIGUCHI wrote:
    > The "user" should be "use".
    > 
    > As you(who?) know, this applies only 11 and dev.
    
    Thanks, applied.
    --
    Michael
    
  3. Re: A typo in guc.c

    Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp> — 2018-08-21T08:17:31Z

    At Tue, 21 Aug 2018 12:17:57 +0900, Michael Paquier <michael@paquier.xyz> wrote in <20180821031757.GF2897@paquier.xyz>
    > On Tue, Aug 21, 2018 at 11:58:41AM +0900, Kyotaro HORIGUCHI wrote:
    > > The "user" should be "use".
    > > 
    > > As you(who?) know, this applies only 11 and dev.
    > 
    > Thanks, applied.
    
    Thank you.
    
    regards.
    
    -- 
    Kyotaro Horiguchi
    NTT Open Source Software Center