aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/probes.d
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/utils/probes.d')
-rw-r--r--src/backend/utils/probes.d4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/utils/probes.d b/src/backend/utils/probes.d
index 804ba6ae62a..fbfe53dc06f 100644
--- a/src/backend/utils/probes.d
+++ b/src/backend/utils/probes.d
@@ -34,8 +34,8 @@ provider postgresql {
probe lwlock__wait__done(const char *, int, LWLockMode);
probe lwlock__condacquire(const char *, int, LWLockMode);
probe lwlock__condacquire__fail(const char *, int, LWLockMode);
- probe lwlock__wait__until__free(const char *, int, LWLockMode);
- probe lwlock__wait__until__free__fail(const char *, int, LWLockMode);
+ probe lwlock__acquire__or__wait(const char *, int, LWLockMode);
+ probe lwlock__acquire__or__wait__fail(const char *, int, LWLockMode);
probe lock__wait__start(unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, LOCKMODE);
probe lock__wait__done(unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, LOCKMODE);