Skip to content

Commit e489bc0

Browse files
committed
maxSleepTime typo
1 parent 554edcf commit e489bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/pg_tsdtm/pg_dtm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ bool DtmXidInMVCCSnapshot(TransactionId xid, Snapshot snapshot)
489489
static timestamp_t firstReportTime;
490490
static timestamp_t prevReportTime;
491491
static timestamp_t totalSleepTime;
492-
static timestamp_t mnxSleepTime;
492+
static timestamp_t maxSleepTime;
493493
#endif
494494
timestamp_t delay = MIN_WAIT_TIMEOUT;
495495
Assert(xid != InvalidTransactionId);

0 commit comments

Comments
 (0)