pgsql: Fix two typos in xlogstats.h and xlogstats.c

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix two typos in xlogstats.h and xlogstats.c
Date: 2025-10-10 02:52:28
Message-ID: E1v73F6-000wAg-0i@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix two typos in xlogstats.h and xlogstats.c

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

Backpatch-through: 15

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/ede2f6b893219296d953177de11df4f43a593e81

Modified Files
--------------
src/backend/access/transam/xlogstats.c | 2 +-
src/include/access/xlogstats.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2025-10-10 18:52:38 pgsql: Remove overzealous _bt_killitems assertion.
Previous Message Michael Paquier 2025-10-10 00:25:29 pgsql: Remove state.tmp when failing to save a replication slot