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