| 168 | */ |
| 169 | |
| 170 | DistributedTransactionId |
| 171 | getDistributedTransactionId(void) |
| 172 | { |
| 173 | if (isDtxContext()) |
| 174 | return MyTmGxact->gxid; |
| 175 | else |
| 176 | return InvalidDistributedTransactionId; |
| 177 | } |
| 178 | |
| 179 | bool |
| 180 | getDistributedTransactionIdentifier(char *id) |
no test coverage detected