Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8514306

Browse files
committed
Disable lock debug
1 parent 31ea153 commit 8514306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/mmts/multimaster.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ static timestamp_t MtmLockElapsedWaitTime;
322322
static timestamp_t MtmLockMaxWaitTime;
323323
static size_t MtmLockHitCount;
324324

325-
#define DEBUG_MTM_LOCK 1
325+
//#define DEBUG_MTM_LOCK 1
326326

327327
void MtmLock(LWLockMode mode)
328328
{

0 commit comments

Comments
 (0)