mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04: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:
parent
9a6ea00ac8
commit
ed047ce0a8
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
/*-------------------------------------------------------------------------
|
||||
*
|
||||
* xlogstats.c
|
||||
* Functions for WAL Statitstics
|
||||
* Functions for WAL Statistics
|
||||
*
|
||||
* Copyright (c) 2022-2025, PostgreSQL Global Development Group
|
||||
*
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
/*-------------------------------------------------------------------------
|
||||
*
|
||||
* xlogstats.h
|
||||
* Definitions for WAL Statitstics
|
||||
* Definitions for WAL Statistics
|
||||
*
|
||||
* Copyright (c) 2022-2025, PostgreSQL Global Development Group
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue