Fix two typos in xlogstats.h and xlogstats.c
authorMichael Paquier <[email protected]>
Fri, 10 Oct 2025 02:51:50 +0000 (11:51 +0900)
committerMichael Paquier <[email protected]>
Fri, 10 Oct 2025 02:51:50 +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 f92d9e13b174e313d8b7a043abc6286289406a18..85963a6ac29e7d479dc4db67fd0aa8ff46b9a351 100644 (file)
@@ -1,7 +1,7 @@
 /*-------------------------------------------------------------------------
  *
  * xlogstats.c
- *     Functions for WAL Statitstics
+ *     Functions for WAL Statistics
  *
  * Copyright (c) 2022-2025, PostgreSQL Global Development Group
  *
index 528a640524a27ba63318c94b23481cf0d79642c4..6ec6670d44cf1ee5d4b47ca606d9ebb7460fb227 100644 (file)
@@ -1,7 +1,7 @@
 /*-------------------------------------------------------------------------
  *
  * xlogstats.h
- *     Definitions for WAL Statitstics
+ *     Definitions for WAL Statistics
  *
  * Copyright (c) 2022-2025, PostgreSQL Global Development Group
  *