diff options
author | Robert Haas <rhaas@postgresql.org> | 2024-01-02 13:17:23 -0500 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2024-01-02 13:17:23 -0500 |
commit | 371b07e8944983261a0f73c3b52dbbf0fd076a96 (patch) | |
tree | dcd34c96ba9d299835b63aafcb816580e0f68fa3 /src | |
parent | 5bc7b33b4e16d02fc21b493649939e438b071850 (diff) | |
download | postgresql-371b07e8944983261a0f73c3b52dbbf0fd076a96.tar.gz postgresql-371b07e8944983261a0f73c3b52dbbf0fd076a96.zip |
Remove Lock suffix from WALSummarizerLock in wait_event_names.txt
Nathan Bossart
Discussion: https://postgr.es/m/20240102173120.GA1061678@nathanxps13
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/utils/activity/wait_event_names.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/activity/wait_event_names.txt b/src/backend/utils/activity/wait_event_names.txt index d876f8a6678..f61ec3e59d4 100644 --- a/src/backend/utils/activity/wait_event_names.txt +++ b/src/backend/utils/activity/wait_event_names.txt @@ -324,7 +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." +WALSummarizer "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." |