Content-Length: 255452 | pFad | http://github.com/postgrespro/postgres/commit/740a4ec7f4adccd56eced452580ccec7157fc8d8

CA Blindly fix a dtrace probe in lwlock.c for a removed local variable. · postgrespro/postgres@740a4ec · GitHub
Skip to content

Commit 740a4ec

Browse files
committed
Blindly fix a dtrace probe in lwlock.c for a removed local variable.
Per buildfarm member locust.
1 parent 966115c commit 740a4ec

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
#ifdef LWLOCK_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)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/740a4ec7f4adccd56eced452580ccec7157fc8d8

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy