mirror of https://github.com/citusdata/citus.git
WIP - trigger tests
parent
c281a819e5
commit
25d93bd69a
|
@ -581,6 +581,8 @@ EnsureAndGetHealthyConnections(dlist_head *connections)
|
|||
(transaction->transactionCritical ||
|
||||
!dlist_is_empty(&connection->referencedPlacements)))
|
||||
{
|
||||
CHECK_FOR_INTERRUPTS();
|
||||
|
||||
ReportConnectionError(connection, ERROR);
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue