We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent82d3e9f commite2de01cCopy full SHA for e2de01c
contrib/pg_dtm/libdtm.h
@@ -56,7 +56,7 @@ int DtmGlobalReserve(TransactionId xid, int nXids, TransactionId *first);
56
57
/**
58
* Detect global deadlock. This function sends serialized local resource graph
59
- * to the arbiter which appends them to the global graph. Once aloop is
+ * to the arbiter which appends them to the global graph. Once acycle is
60
* detected in global resource graph, the arbiter returns true. Otherwise false
61
* is returned. Arbiter should replace the corresponding part of the global
62
* resource graph if a new local graph is received from this cluster node (not