We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 554edcf commit e489bc0Copy full SHA for e489bc0
contrib/pg_tsdtm/pg_dtm.c
@@ -489,7 +489,7 @@ bool DtmXidInMVCCSnapshot(TransactionId xid, Snapshot snapshot)
489
static timestamp_t firstReportTime;
490
static timestamp_t prevReportTime;
491
static timestamp_t totalSleepTime;
492
- static timestamp_t mnxSleepTime;
+ static timestamp_t maxSleepTime;
493
#endif
494
timestamp_t delay = MIN_WAIT_TIMEOUT;
495
Assert(xid != InvalidTransactionId);
0 commit comments