pgsql: Fix two typos in xlogstats.h and xlogstats.c - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix two typos in xlogstats.h and xlogstats.c
Date
Msg-id E1v73F6-000wAi-0l@gemulon.postgresql.org
Whole thread Raw
List 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_16_STABLE

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

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


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Remove state.tmp when failing to save a replication slot
Next
From: Peter Geoghegan
Date:
Subject: pgsql: Remove overzealous _bt_killitems assertion.