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

Function setDistributedTransactionContext

src/backend/cdb/cdbtm.c:140–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138extern void GpDropTempTables(void);
139
140void
141setDistributedTransactionContext(DtxContext context)
142{
143 elog((Debug_print_full_dtm ? LOG : DEBUG5),
144 "Setting DistributedTransactionContext to '%s'",
145 DtxContextToString(context));
146 DistributedTransactionContext = context;
147}
148
149static void
150requireDistributedTransactionContext(DtxContext requiredCurrentContext)

Callers 8

ProcessCatchupInterruptFunction · 0.85
doNotifyingAbortFunction · 0.85
setupRegularDtxContextFunction · 0.85
setupQEDtxContextFunction · 0.85

Calls 1

DtxContextToStringFunction · 0.85

Tested by

no test coverage detected