MCPcopy Create free account
hub / github.com/apache/cloudberry / currentDtxDispatchProtocolCommand

Function currentDtxDispatchProtocolCommand

src/backend/cdb/cdbtm.c:1257–1265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1255}
1256
1257bool
1258currentDtxDispatchProtocolCommand(DtxProtocolCommand dtxProtocolCommand, bool raiseError)
1259{
1260 char gid[TMGIDSIZE];
1261
1262 dtxFormGid(gid, getDistributedTransactionId());
1263 return doDispatchDtxProtocolCommand(dtxProtocolCommand, gid, raiseError,
1264 MyTmGxactLocal->dtxSegments, NULL, 0);
1265}
1266
1267bool
1268doDispatchDtxProtocolCommand(DtxProtocolCommand dtxProtocolCommand,

Callers 5

doPrepareTransactionFunction · 0.85
retryAbortPreparedFunction · 0.85
doNotifyingAbortFunction · 0.85

Calls 3

dtxFormGidFunction · 0.85

Tested by

no test coverage detected