]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Fix two typos in xlogstats.h and xlogstats.c
authorMichael Paquier <michael@paquier.xyz>
Fri, 10 Oct 2025 02:51:55 +0000 (11:51 +0900)
committerMichael Paquier <michael@paquier.xyz>
Fri, 10 Oct 2025 02:51:55 +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 514181792dc2366bdc511de088b1b1ae05305618..163de0d95835973a90fd75fc4d6c939422d64f3c 100644 (file)
@@ -1,7 +1,7 @@
 /*-------------------------------------------------------------------------
  *
  * xlogstats.c
- *             Functions for WAL Statitstics
+ *             Functions for WAL Statistics
  *
  * Copyright (c) 2022, PostgreSQL Global Development Group
  *
index 7eb4370f2d5308c5744915cd3082b7641edc35fa..f482d3afc2fcdb6942b88e5eb5409b5f9a427258 100644 (file)
@@ -1,7 +1,7 @@
 /*-------------------------------------------------------------------------
  *
  * xlogstats.h
- *             Definitions for WAL Statitstics
+ *             Definitions for WAL Statistics
  *
  * Copyright (c) 2022, PostgreSQL Global Development Group
  *