mirror of
https://github.com/postgres/postgres.git
synced 2025-11-18 02:02:55 +03:00
Adjust commentary for WaitEventLWLock in wait_event_names.txt.
In addition to changing a couple of references for clarity, this commit combines the two similar comments.
This commit is contained in:
@@ -302,9 +302,12 @@ ABI_compatibility:
|
|||||||
# This class of wait events has its own set of C structure, so these are
|
# This class of wait events has its own set of C structure, so these are
|
||||||
# only used for the documentation.
|
# only used for the documentation.
|
||||||
#
|
#
|
||||||
# NB: Predefined LWLocks (i.e., those declared in lwlocklist.h) must be
|
# NB: Predefined LWLocks (i.e., those declared with PG_LWLOCK in lwlocklist.h)
|
||||||
# listed in the top section of locks and must be listed in the same order as in
|
# must be listed before the "END OF PREDEFINED LWLOCKS" comment and must be
|
||||||
# lwlocklist.h.
|
# listed in the same order as in lwlocklist.h. Likewise, the built-in LWLock
|
||||||
|
# tranches (i.e., those declared with PG_LWLOCKTRANCHE in lwlocklist.h) must be
|
||||||
|
# listed after the "END OF PREDEFINED LWLOCKS" comment and must be listed in
|
||||||
|
# the same order as lwlocklist.h.
|
||||||
#
|
#
|
||||||
|
|
||||||
Section: ClassName - WaitEventLWLock
|
Section: ClassName - WaitEventLWLock
|
||||||
@@ -356,14 +359,6 @@ AioWorkerSubmissionQueue "Waiting to access AIO worker submission queue."
|
|||||||
#
|
#
|
||||||
# END OF PREDEFINED LWLOCKS (DO NOT CHANGE THIS LINE)
|
# END OF PREDEFINED LWLOCKS (DO NOT CHANGE THIS LINE)
|
||||||
#
|
#
|
||||||
# Predefined LWLocks (i.e., those declared at the top of lwlocknames.h) must be
|
|
||||||
# listed in the section above and must be listed in the same order as in
|
|
||||||
# lwlocknames.h.
|
|
||||||
#
|
|
||||||
# Likewise, the built-in LWLock tranches (i.e., those declared at the bottom of
|
|
||||||
# lwlocknames.h) must be listed in the section below and must be listed in the
|
|
||||||
# same order as in lwlocknames.h.
|
|
||||||
#
|
|
||||||
|
|
||||||
XactBuffer "Waiting for I/O on a transaction status SLRU buffer."
|
XactBuffer "Waiting for I/O on a transaction status SLRU buffer."
|
||||||
CommitTsBuffer "Waiting for I/O on a commit timestamp SLRU buffer."
|
CommitTsBuffer "Waiting for I/O on a commit timestamp SLRU buffer."
|
||||||
|
|||||||
Reference in New Issue
Block a user