1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-31 10:30:33 +03:00

Fix two typos in xlogstats.h and xlogstats.c

Issue found while browsing this area of the code, introduced and
copy-pasted around by 2258e76f90.

Backpatch-through: 15
This commit is contained in:
Michael Paquier
2025-10-10 11:51:55 +09:00
parent 0adf424b49
commit 5bc057d1f3
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
/*-------------------------------------------------------------------------
*
* xlogstats.c
* Functions for WAL Statitstics
* Functions for WAL Statistics
*
* Copyright (c) 2022, PostgreSQL Global Development Group
*

View File

@@ -1,7 +1,7 @@
/*-------------------------------------------------------------------------
*
* xlogstats.h
* Definitions for WAL Statitstics
* Definitions for WAL Statistics
*
* Copyright (c) 2022, PostgreSQL Global Development Group
*