Skip to content

Commit d84543d

Browse files
knizhnikkelvich
authored andcommitted
Fix bug in non-DTM mode
1 parent 4a431f9 commit d84543d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

multimaster.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,10 @@ MtmAdjustOldestXid(TransactionId xid)
525525
} else if (TransactionIdPrecedes(Mtm->oldestXid, xid)) {
526526
xid = Mtm->oldestXid;
527527
}
528+
} else {
529+
if (prev != NULL) {
530+
Mtm->transListHead = prev;
531+
}
528532
}
529533
MtmUnlock();
530534
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy