Skip to content

Commit e2de01c

Browse files
committed
Fix "loop"/"cycle" terminology in libdtm.
1 parent 82d3e9f commit e2de01c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/pg_dtm/libdtm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ int DtmGlobalReserve(TransactionId xid, int nXids, TransactionId *first);
5656

5757
/**
5858
* Detect global deadlock. This function sends serialized local resource graph
59-
* to the arbiter which appends them to the global graph. Once a loop is
59+
* to the arbiter which appends them to the global graph. Once a cycle is
6060
* detected in global resource graph, the arbiter returns true. Otherwise false
6161
* is returned. Arbiter should replace the corresponding part of the global
6262
* resource graph if a new local graph is received from this cluster node (not

0 commit comments

Comments
 (0)