diff options
author | Robert Haas <rhaas@postgresql.org> | 2024-01-02 10:31:49 -0500 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2024-01-02 10:31:49 -0500 |
commit | 5c430f9dc559ecd3bda8bebf4854f3f8d8bd86f3 (patch) | |
tree | a7bcc1bfd58ad8db637ad943cee0cafc557e89fa /src | |
parent | 141752bbb0308a40bdbef3ab0a2ba31162813412 (diff) | |
download | postgresql-5c430f9dc559ecd3bda8bebf4854f3f8d8bd86f3.tar.gz postgresql-5c430f9dc559ecd3bda8bebf4854f3f8d8bd86f3.zip |
Add WALSummarizerLock to wait_event_names.txt
Per report from Nathan Bossart.
Discussion: http://postgr.es/m/20231227153647.GA601861@nathanxps13
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/utils/activity/wait_event_names.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/utils/activity/wait_event_names.txt b/src/backend/utils/activity/wait_event_names.txt index 7e791634666..d876f8a6678 100644 --- a/src/backend/utils/activity/wait_event_names.txt +++ b/src/backend/utils/activity/wait_event_names.txt @@ -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." NotifyQueueTail "Waiting to update limit on <command>NOTIFY</command> message storage." 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." CommitTsBuffer "Waiting for I/O on a commit timestamp SLRU buffer." |