mirror of https://github.com/citusdata/citus.git
Remove assert
parent
2fec99d7b0
commit
0d0e958f3f
|
@ -803,8 +803,9 @@ CoordinatedRemoteTransactionsPrepare(void)
|
|||
iter.cur);
|
||||
RemoteTransaction *transaction = &connection->remoteTransaction;
|
||||
|
||||
// This is not true as we call ResetConnection() on InProgressTransactions
|
||||
// Assert(transaction->transactionState != REMOTE_TRANS_NOT_STARTED);
|
||||
/* transaction->transactionState can be REMOTE_TRANS_NOT_STARTED
|
||||
* as we call ResetConnection() on them.
|
||||
*/
|
||||
|
||||
/* can't PREPARE a transaction that failed */
|
||||
if (transaction->transactionFailed)
|
||||
|
|
Loading…
Reference in New Issue