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

Function dtxFormGid

src/backend/cdb/cdbtmutils.c:55–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void
56dtxFormGid(char *gid, DistributedTransactionId gxid)
57{
58 sprintf(gid, UINT64_FORMAT, gxid);
59 /* gxid is unsigned int64 */
60 Assert(strlen(gid) < TMGIDSIZE);
61}
62
63const char *
64DtxStateToString(DtxState state)

Calls

no outgoing calls

Tested by

no test coverage detected