mirror of
https://github.com/postgres/postgres.git
synced 2025-11-24 00:23:06 +03:00
Add wait event type "InjectionPoint", a custom type like "Extension".
Both injection points and customization of type "Extension" are new in v17, so this just changes a detail of an unreleased feature. Reported by Robert Haas. Reviewed by Michael Paquier. Discussion: https://postgr.es/m/CA+TgmobfMU5pdXP36D5iAwxV5WKE_vuDLtp_1QyH+H5jMMt21g@mail.gmail.com
This commit is contained in:
@@ -78,7 +78,7 @@ PG_LWLOCK(44, XactTruncation)
|
||||
/* 45 was XactTruncationLock until removal of BackendRandomLock */
|
||||
PG_LWLOCK(46, WrapLimitsVacuum)
|
||||
PG_LWLOCK(47, NotifyQueueTail)
|
||||
PG_LWLOCK(48, WaitEventExtension)
|
||||
PG_LWLOCK(48, WaitEventCustom)
|
||||
PG_LWLOCK(49, WALSummarizer)
|
||||
PG_LWLOCK(50, DSMRegistry)
|
||||
PG_LWLOCK(51, InjectionPoint)
|
||||
|
||||
Reference in New Issue
Block a user