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

Commit740a4ec

Browse files
committed
Blindly fix a dtrace probe in lwlock.c for a removed local variable.
Per buildfarm member locust.
1 parent966115c commit740a4ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/storage/lmgr/lwlock.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1192,7 +1192,7 @@ LWLockAcquireOrWait(LWLock *lock, LWLockMode mode)
11921192
#ifdefLWLOCK_STATS
11931193
lwstats->block_count++;
11941194
#endif
1195-
TRACE_POSTGRESQL_LWLOCK_WAIT_START(T_NAME(l),T_ID(l),mode);
1195+
TRACE_POSTGRESQL_LWLOCK_WAIT_START(T_NAME(lock),T_ID(lock),mode);
11961196

11971197
for (;;)
11981198
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp