fix typos in storing statistics in shared memory

Started by torikoshiaalmost 4 years ago3 messageshackers
Jump to latest
#1torikoshia
torikoshia@oss.nttdata.com

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

Attachments:

v1-0001-Fix-duplications-of-the-in-pgstat.c-and-pgstat_in.patchtext/x-diff; charset=us-ascii; name=v1-0001-Fix-duplications-of-the-in-pgstat.c-and-pgstat_in.patchDownload+5-6
#2Nathan Bossart
nathandbossart@gmail.com
In reply to: torikoshia (#1)
Re: fix typos in storing statistics in shared memory

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

#3Michael Paquier
michael@paquier.xyz
In reply to: Nathan Bossart (#2)
Re: fix typos in storing statistics in shared memory

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