Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf05b1fa

Browse files
committed
doc: Fix incorrect entries generated from wait_event_names.txt
fa88928 has introduced wait_event_names.txt, and some of its entries hadsome documentation fields with more information than necessary.This commit brings back the description of all the wait events to beconsistent with the older stable branches. Five descriptions wereincorrect.Author: Bertrand DrouvotDiscussion:https://postgr.es/m/e378989e-1899-643a-dec1-10f691a0a105@gmail.com
1 parentcd5f2a3 commitf05b1fa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎src/backend/utils/activity/wait_event_names.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ WAIT_EVENT_REPLICATION_ORIGIN_DROPReplicationOriginDrop"Waiting for a replicat
137137
WAIT_EVENT_REPLICATION_SLOT_DROPReplicationSlotDrop"Waiting for a replication slot to become inactive so it can be dropped."
138138
WAIT_EVENT_RESTORE_COMMANDRestoreCommand"Waiting for <xref linkend="guc-restore-command"/> to complete."
139139
WAIT_EVENT_SAFE_SNAPSHOTSafeSnapshot"Waiting to obtain a valid snapshot for a <literal>READ ONLY DEFERRABLE</literal> transaction."
140-
WAIT_EVENT_SYNC_REPSyncRep"Waiting for confirmation from a remote server during synchronous replication. Waiting to read or update information about the state of synchronous replication."
140+
WAIT_EVENT_SYNC_REPSyncRep"Waiting for confirmation from a remote server during synchronous replication."
141141
WAIT_EVENT_WAL_RECEIVER_EXITWalReceiverExit"Waiting for the WAL receiver to exit."
142142
WAIT_EVENT_WAL_RECEIVER_WAIT_STARTWalReceiverWaitStart"Waiting for startup process to send initial data for streaming replication."
143143
WAIT_EVENT_XACT_GROUP_UPDATEXactGroupUpdate"Waiting for the group leader to update transaction status at end of a parallel operation."
@@ -177,9 +177,9 @@ WAIT_EVENT_BUFFILE_READBufFileRead"Waiting for a read from a buffered file."
177177
WAIT_EVENT_BUFFILE_WRITEBufFileWrite"Waiting for a write to a buffered file."
178178
WAIT_EVENT_BUFFILE_TRUNCATEBufFileTruncate"Waiting for a buffered file to be truncated."
179179
WAIT_EVENT_CONTROL_FILE_READControlFileRead"Waiting for a read from the <filename>pg_control</filename> file."
180-
WAIT_EVENT_CONTROL_FILE_SYNCControlFileSync"Waiting for the <filename>pg_control</filename> file to reach durable storage. Waiting for an update to the <filename>pg_control</filename> file to reach durable storage."
180+
WAIT_EVENT_CONTROL_FILE_SYNCControlFileSync"Waiting for the <filename>pg_control</filename> file to reach durable storage."
181181
WAIT_EVENT_CONTROL_FILE_SYNC_UPDATEControlFileSyncUpdate"Waiting for an update to the <filename>pg_control</filename> file to reach durable storage."
182-
WAIT_EVENT_CONTROL_FILE_WRITEControlFileWrite"Waiting for a write to the <filename>pg_control</filename> file. Waiting for a write to update the <filename>pg_control</filename> file."
182+
WAIT_EVENT_CONTROL_FILE_WRITEControlFileWrite"Waiting for a write to the <filename>pg_control</filename> file."
183183
WAIT_EVENT_CONTROL_FILE_WRITE_UPDATEControlFileWriteUpdate"Waiting for a write to update the <filename>pg_control</filename> file."
184184
WAIT_EVENT_COPY_FILE_READCopyFileRead"Waiting for a read during a file copy operation."
185185
WAIT_EVENT_COPY_FILE_WRITECopyFileWrite"Waiting for a write during a file copy operation."
@@ -241,9 +241,9 @@ WAIT_EVENT_WAL_COPY_WRITEWALCopyWrite"Waiting for a write when creating a new
241241
WAIT_EVENT_WAL_INIT_SYNCWALInitSync"Waiting for a newly initialized WAL file to reach durable storage."
242242
WAIT_EVENT_WAL_INIT_WRITEWALInitWrite"Waiting for a write while initializing a new WAL file."
243243
WAIT_EVENT_WAL_READWALRead"Waiting for a read from a WAL file."
244-
WAIT_EVENT_WAL_SYNCWALSync"Waiting for a WAL file to reach durable storage. Waiting for data to reach durable storage while assigning a new WAL sync method."
244+
WAIT_EVENT_WAL_SYNCWALSync"Waiting for a WAL file to reach durable storage."
245245
WAIT_EVENT_WAL_SYNC_METHOD_ASSIGNWALSyncMethodAssign"Waiting for data to reach durable storage while assigning a new WAL sync method."
246-
WAIT_EVENT_WAL_WRITEWALWrite"Waiting for a write to a WAL file. Waiting for WAL buffers to be written to disk."
246+
WAIT_EVENT_WAL_WRITEWALWrite"Waiting for a write to a WAL file."
247247

248248

249249
#

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp