Skip to content

Commit 371b07e

Browse files
committed
Remove Lock suffix from WALSummarizerLock in wait_event_names.txt
Nathan Bossart Discussion: https://postgr.es/m/20240102173120.GA1061678@nathanxps13
1 parent 5bc7b33 commit 371b07e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/utils/activity/wait_event_names.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ XactTruncation "Waiting to execute <function>pg_xact_status</function> or update
324324
WrapLimitsVacuum "Waiting to update limits on transaction id and multixact consumption."
325325
NotifyQueueTail "Waiting to update limit on <command>NOTIFY</command> message storage."
326326
WaitEventExtension "Waiting to read or update custom wait events information for extensions."
327-
WALSummarizerLock "Waiting to read or update WAL summarization state."
327+
WALSummarizer "Waiting to read or update WAL summarization state."
328328

329329
XactBuffer "Waiting for I/O on a transaction status SLRU buffer."
330330
CommitTsBuffer "Waiting for I/O on a commit timestamp SLRU buffer."

0 commit comments

Comments
 (0)