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
REL_16_STABLE
Michael Paquier 3 months ago
parent bfdd1a12d2
commit fa30f0cb06
  1. 2
      src/backend/access/transam/xlogstats.c
  2. 2
      src/include/access/xlogstats.h

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

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

Loading…
Cancel
Save