Skip to content

Commit 79aafd9

Browse files
committed
Use two phase commit
1 parent 685a409 commit 79aafd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pg_dtm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ static void DtmSetTransactionStatus(TransactionId xid, int nsubxids, Transaction
632632
LWLockAcquire(dtm->hashLock, LW_EXCLUSIVE);
633633
hash_search(xid_in_doubt, &DtmNextXid, HASH_ENTER, NULL);
634634
LWLockRelease(dtm->hashLock);
635-
while (DtmGlobalSetTransStatus(xid, status, false) < 0);
635+
while (DtmGlobalSetTransStatus(xid, status, true) < 0);
636636
XTM_INFO("Commit transaction %d\n", xid);
637637
}
638638
}

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