fix typos in storing statistics in shared memory
Started by torikoshiaalmost 4 years ago3 messageshackers
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
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
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