mirror of https://github.com/citusdata/citus.git
indent
parent
6bebb84548
commit
a56911221e
|
@ -264,7 +264,8 @@ RecoverWorkerTransactions(WorkerNode *workerNode)
|
|||
|
||||
bool outerXidIsNull = false;
|
||||
Datum outerXidDatum = 0;
|
||||
if (EnableVersionChecks || SearchSysCacheExistsAttName(DistTransactionRelationId(), "outer_xid"))
|
||||
if (EnableVersionChecks ||
|
||||
SearchSysCacheExistsAttName(DistTransactionRelationId(), "outer_xid"))
|
||||
{
|
||||
/* Check if the transaction is created by an outer transaction from a non-main database */
|
||||
outerXidDatum = heap_getattr(heapTuple,
|
||||
|
|
Loading…
Reference in New Issue