diff options
author | Michael Paquier | 2023-08-28 08:09:12 +0000 |
---|---|---|
committer | Michael Paquier | 2023-08-28 08:09:12 +0000 |
commit | bb9002257b2211c213ad5989446d83a61c6446d3 (patch) | |
tree | e338e715ad33d4c054e3e2d96adfe62502e3b7dc /src | |
parent | 648c72956f980771c5a3686ee68c5e2c5b62a534 (diff) |
Fix some typos in wait_event_names.txt
Noticed in passing, while hacking on a different patch touching this
area.
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/utils/activity/wait_event_names.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/backend/utils/activity/wait_event_names.txt b/src/backend/utils/activity/wait_event_names.txt index 4d74f0068e0..13774254d24 100644 --- a/src/backend/utils/activity/wait_event_names.txt +++ b/src/backend/utils/activity/wait_event_names.txt @@ -247,7 +247,7 @@ WAIT_EVENT_WAL_WRITE WALWrite "Waiting for a write to a WAL file." # -# Wait events - Buffer Pin +# Wait Events - Buffer Pin # Section: ClassName - WaitEventBufferPin @@ -256,7 +256,7 @@ WAIT_EVENT_BUFFER_PIN BufferPin "Waiting to acquire an exclusive pin on a buffer # -# Wait events - Extension +# Wait Events - Extension # Section: ClassName - WaitEventExtension @@ -264,7 +264,7 @@ Section: ClassName - WaitEventExtension WAIT_EVENT_DOCONLY Extension "Waiting in an extension." # -# Wait events - LWLock +# Wait Events - LWLock # # This class of wait events has its own set of C structure, so these are # only used for the documentation. @@ -350,7 +350,7 @@ WAIT_EVENT_DOCONLY LogicalRepLauncherDSA "Waiting to access logical replication WAIT_EVENT_DOCONLY LogicalRepLauncherHash "Waiting to access logical replication launcher's shared hash table." # -# Wait even - Lock +# Wait Events - Lock # # This class of wait events has its own set of C structure, so these are # only used for the documentation. |