aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2023-08-18 08:11:10 +0900
committerMichael Paquier <michael@paquier.xyz>2023-08-18 08:11:10 +0900
commit00e49233a94b8945c205e55959900ac741f10766 (patch)
tree147d8f75c81600aca45a7354f1392f8b348089ee
parent0df7d1da40e3e639739eacccf3bca99a81803da7 (diff)
downloadpostgresql-00e49233a94b8945c205e55959900ac741f10766.tar.gz
postgresql-00e49233a94b8945c205e55959900ac741f10766.zip
Fix format if entry in wait_event_names.txt
The entry LockManager had two successive whitespaces between two words. This is not an actual bug, but let's be clean. Thinko in fa88928. Reported-by: Masahiro Ikeda Author: Bertrand Drouvot Discussion: https://postgr.es/m/dd836027-2e9e-4df9-9fd9-7527cd1757e1@gmail.com
-rw-r--r--src/backend/utils/activity/wait_event_names.txt2
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 f9e01e33b13..4d74f0068e0 100644
--- a/src/backend/utils/activity/wait_event_names.txt
+++ b/src/backend/utils/activity/wait_event_names.txt
@@ -332,7 +332,7 @@ WAIT_EVENT_DOCONLY ReplicationOriginState "Waiting to read or update the progres
WAIT_EVENT_DOCONLY ReplicationSlotIO "Waiting for I/O on a replication slot."
WAIT_EVENT_DOCONLY LockFastPath "Waiting to read or update a process' fast-path lock information."
WAIT_EVENT_DOCONLY BufferMapping "Waiting to associate a data block with a buffer in the buffer pool."
-WAIT_EVENT_DOCONLY LockManager "Waiting to read or update information about <quote>heavyweight</quote> locks."
+WAIT_EVENT_DOCONLY LockManager "Waiting to read or update information about <quote>heavyweight</quote> locks."
WAIT_EVENT_DOCONLY PredicateLockManager "Waiting to access predicate lock information used by serializable transactions."
WAIT_EVENT_DOCONLY ParallelHashJoin "Waiting to synchronize workers during Parallel Hash Join plan execution."
WAIT_EVENT_DOCONLY ParallelQueryDSA "Waiting for parallel query dynamic shared memory allocation."