Thread

Commits

  1. Spell "partitionwise" consistently.

  1. Typo in optimizer/README

    Tatsuro Yamada <yamada.tatsuro@lab.ntt.co.jp> — 2018-08-09T07:22:38Z

    Hi,
    
    Attached patch for fixing a typo in optimizer/README.
    
    s/Partition-wise/Partitionwise/
    
    It is the only place the keyword "Partition-wise" exists, so I created the patch.
    
    Regards,
    
    Tatsuro Yamada
    NTT Open Source Software Center
    
    
  2. Re: Typo in optimizer/README

    Heikki Linnakangas <hlinnaka@iki.fi> — 2018-08-09T07:45:08Z

    On 09/08/18 10:22, Tatsuro Yamada wrote:
    > Attached patch for fixing a typo in optimizer/README.
    > 
    > s/Partition-wise/Partitionwise/
    > 
    > It is the only place the keyword "Partition-wise" exists, so I created the patch.
    
    Thanks, fixed, and also one in a comment in postgres_fdw's regression 
    test. I'm not sure which spelling is better, but I agree we should be 
    consistent.
    
    - Heikki
    
    
    
  3. Re: Typo in optimizer/README

    Tatsuro Yamada <yamada.tatsuro@lab.ntt.co.jp> — 2018-08-09T07:58:12Z

    Hi Heikki,
    
    On 2018/08/09 16:45, Heikki Linnakangas wrote:
    > On 09/08/18 10:22, Tatsuro Yamada wrote:
    >> Attached patch for fixing a typo in optimizer/README.
    >>
    >> s/Partition-wise/Partitionwise/
    >>
    >> It is the only place the keyword "Partition-wise" exists, so I created the patch.
    > 
    > Thanks, fixed, and also one in a comment in postgres_fdw's regression test. I'm not sure which spelling is better, but I agree we should be consistent.
    
    Oh, I forgot to grep contrib directory. Thanks! :)
    
    Tatsuro Yamada
    NTT Open Source Software Center