pgsql: Fix typo with wait event for SLRU buffer of commit timestamps - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix typo with wait event for SLRU buffer of commit timestamps
Date
Msg-id E1puuYM-000bHm-Vx@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix typo with wait event for SLRU buffer of commit timestamps

This wait event was documented as "CommitTsBuffer" since its
introduction, but the code named it "CommitTSBuffer".  This commit fixes
the code to follow the term documented, which is also more consistent
with the naming of the other wait events used for commit timestamps.

Introduced by 5da1493.

Author: Alexander Lakhin
Discussion: https://postgr.es/m/e8c38840-596a-83d6-bd8d-cebc51111572@gmail.com
Backpatch-through: 13

Branch
------
REL_13_STABLE

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

Modified Files
--------------
src/backend/storage/lmgr/lwlock.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Fix sepgsql expected test output
Next
From: Tom Lane
Date:
Subject: pgsql: First-draft release notes for 15.3.