1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Add WALSummarizerLock to wait_event_names.txt

Per report from Nathan Bossart.

Discussion: http://postgr.es/m/20231227153647.GA601861@nathanxps13
This commit is contained in:
Robert Haas
2024-01-02 10:31:49 -05:00
parent 141752bbb0
commit 5c430f9dc5

View File

@ -324,6 +324,7 @@ XactTruncation "Waiting to execute <function>pg_xact_status</function> or update
WrapLimitsVacuum "Waiting to update limits on transaction id and multixact consumption." WrapLimitsVacuum "Waiting to update limits on transaction id and multixact consumption."
NotifyQueueTail "Waiting to update limit on <command>NOTIFY</command> message storage." NotifyQueueTail "Waiting to update limit on <command>NOTIFY</command> message storage."
WaitEventExtension "Waiting to read or update custom wait events information for extensions." WaitEventExtension "Waiting to read or update custom wait events information for extensions."
WALSummarizerLock "Waiting to read or update WAL summarization state."
XactBuffer "Waiting for I/O on a transaction status SLRU buffer." XactBuffer "Waiting for I/O on a transaction status SLRU buffer."
CommitTsBuffer "Waiting for I/O on a commit timestamp SLRU buffer." CommitTsBuffer "Waiting for I/O on a commit timestamp SLRU buffer."