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 parentb9a193e commit3a4522fCopy full SHA for 3a4522f
multimaster.c
@@ -3257,11 +3257,11 @@ void MtmRollbackPreparedTransaction(int nodeId, char const* gid)
3257
}
3258
3259
/*
3260
- * Wrapperarround FinishPreparedTransaction function.
3261
- *This function shoudlproper context for invocation of this function.
+ * Wrapperaround FinishPreparedTransaction function.
+ *Aproper context is required for invocation of this function.
3262
* This function is called with MTM mutex locked.
3263
* It should unlock mutex before calling FinishPreparedTransaction to avoid deadlocks.
3264
- *ts object is pinned to prevent deallocation while lock is released.
+ *`ts` object is pinned to prevent deallocation while lock is released.
3265
*/
3266
voidMtmFinishPreparedTransaction(MtmTransState*ts,boolcommit)
3267
{