Fix two typos in xlogstats.h and xlogstats.c
authorMichael Paquier <[email protected]>
Fri, 10 Oct 2025 02:51:53 +0000 (11:51 +0900)
committerMichael Paquier <[email protected]>
Fri, 10 Oct 2025 02:51:53 +0000 (11:51 +0900)
Issue found while browsing this area of the code, introduced and
copy-pasted around by 2258e76f90bf.

Backpatch-through: 15

src/backend/access/transam/xlogstats.c
src/include/access/xlogstats.h

index 2d315df67a08febeb427df9ffb583f3180f44edf..029a0392f3d08b7d8a0ed226402a6fe4e282a7b9 100644 (file)
@@ -1,7 +1,7 @@
 /*-------------------------------------------------------------------------
  *
  * xlogstats.c
- *     Functions for WAL Statitstics
+ *     Functions for WAL Statistics
  *
  * Copyright (c) 2022-2023, PostgreSQL Global Development Group
  *
index 89410ce92b8e96608718d23940f49557bc6d2d0b..a9d587cc66f6838f0e4b9ef56eb26e9a8c3bd3c7 100644 (file)
@@ -1,7 +1,7 @@
 /*-------------------------------------------------------------------------
  *
  * xlogstats.h
- *     Definitions for WAL Statitstics
+ *     Definitions for WAL Statistics
  *
  * Copyright (c) 2022-2023, PostgreSQL Global Development Group
  *