mirror of https://github.com/citusdata/citus.git
Trigger crash in case of more bugs
parent
820119c859
commit
15ee917baa
|
@ -870,6 +870,8 @@ ResetRemoteTransaction(struct MultiConnection *connection)
|
|||
/* XXX: Should we error out for a critical transaction? */
|
||||
|
||||
dlist_delete(&connection->transactionNode);
|
||||
connection->transactionNode.next = NULL;
|
||||
connection->transactionNode.prev = NULL;
|
||||
}
|
||||
|
||||
/* just reset the entire state, relying on 0 being invalid/false */
|
||||
|
|
Loading…
Reference in New Issue