summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Paquier2025-05-29 04:25:05 +0000
committerMichael Paquier2025-05-29 04:25:05 +0000
commitc3623703f3630c7b89adc865bbec7cb55e87185a (patch)
tree4de7bce5d96fb121d124ba9cbd6d98fabf235212
parenta1de1b0833b8e940f33fb2c7ab011e841a4d9063 (diff)
Add AioUringCompletion in wait_event_names.txt
Oversight in c325a7633fcb, where the LWLock tranche AioUringCompletion has been added. Author: Bertrand Drouvot <[email protected]> Discussion: https://postgr.es/m/[email protected]
-rw-r--r--src/backend/utils/activity/wait_event_names.txt1
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 5d9e04d6823..4da68312b5f 100644
--- a/src/backend/utils/activity/wait_event_names.txt
+++ b/src/backend/utils/activity/wait_event_names.txt
@@ -401,6 +401,7 @@ SerialSLRU "Waiting to access the serializable transaction conflict SLRU cache."
SubtransSLRU "Waiting to access the sub-transaction SLRU cache."
XactSLRU "Waiting to access the transaction status SLRU cache."
ParallelVacuumDSA "Waiting for parallel vacuum dynamic shared memory allocation."
+AioUringCompletion "Waiting for another process to complete IO via io_uring."
# No "ABI_compatibility" region here as WaitEventLWLock has its own C code.