Thread

Commits

  1. Remove duplicated words in comments of pgstat.c and pgstat_internal.h

  1. fix typos in storing statistics in shared memory

    torikoshia <torikoshia@oss.nttdata.com> — 2022-05-23T13:46:22Z

    Hi,
    
    It seems like there are some duplications of 'the' in pgstat.c and 
    pgstat_internal.h.
    Attaching a tiny patch to fix them.
    
    -- 
    Regards,
    
    --
    Atsushi Torikoshi
    NTT DATA CORPORATION
  2. Re: fix typos in storing statistics in shared memory

    Nathan Bossart <nathandbossart@gmail.com> — 2022-05-23T17:22:36Z

    On Mon, May 23, 2022 at 10:46:22PM +0900, torikoshia wrote:
    > It seems like there are some duplications of 'the' in pgstat.c and
    > pgstat_internal.h.
    > Attaching a tiny patch to fix them.
    
    LGTM
    
    -- 
    Nathan Bossart
    Amazon Web Services: https://aws.amazon.com
    
    
    
    
  3. Re: fix typos in storing statistics in shared memory

    Michael Paquier <michael@paquier.xyz> — 2022-05-24T02:02:52Z

    On Mon, May 23, 2022 at 10:22:36AM -0700, Nathan Bossart wrote:
    > On Mon, May 23, 2022 at 10:46:22PM +0900, torikoshia wrote:
    >> It seems like there are some duplications of 'the' in pgstat.c and
    >> pgstat_internal.h.
    >> Attaching a tiny patch to fix them.
    > 
    > LGTM
    
    Thanks Torikoshi-san, fixed.
    --
    Michael