postgresql/src/backend/storage
Michael Paquier d31dab9a54 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
2023-05-05 21:25:50 +09:00
..
buffer Fix memory leak and inefficiency in CREATE DATABASE ... STRATEGY WAL_LOG 2023-03-22 09:26:23 -07:00
file Fix pg_truncate() on Windows. 2023-01-06 16:49:58 +13:00
freespace Prefetch data referenced by the WAL, take II. 2022-04-07 19:42:14 +12:00
ipc Fix corruption due to vacuum_defer_cleanup_age underflowing 64bit xids 2023-03-07 21:36:48 -08:00
large_object Update copyright for 2022 2022-01-07 19:04:57 -05:00
lmgr Fix typo with wait event for SLRU buffer of commit timestamps 2023-05-05 21:25:50 +09:00
page Pre-beta mechanical code beautification. 2022-05-12 15:17:30 -04:00
smgr Apply a better fix to mdunlinkfork(). 2022-11-09 14:15:38 -05:00
sync Remove extraneous blank lines before block-closing braces 2022-04-13 19:16:02 +02:00
Makefile Refactor the fsync queue for wider use. 2019-04-04 23:38:38 +13:00