Fix typo with wait event for SLRU buffer of commit timestamps

Michael Paquier <michael@paquier.xyz>

Commit: cedcc41918477fed31edff7f86820be87e8fa993
Author: Michael Paquier <michael@paquier.xyz>
Date: 2023-05-05T12:26:02Z
Releases: 13.11
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

Files

PathChange+/−
src/backend/storage/lmgr/lwlock.c modified +1 −1

Discussion