mirror of https://github.com/citusdata/citus.git
Style fixes
parent
9f26f744b2
commit
c8ec1b603a
|
@ -1520,8 +1520,8 @@ ShouldShutdownConnection(MultiConnection *connection, const int cachedConnection
|
|||
!RemoteTransactionIdle(connection) ||
|
||||
connection->requiresReplication ||
|
||||
connection->isReplicationOriginSessionSetup ||
|
||||
(MaxCachedConnectionLifetime >= 0
|
||||
&& MillisecondsToTimeout(connection->connectionEstablishmentStart, MaxCachedConnectionLifetime) <= 0);
|
||||
(MaxCachedConnectionLifetime >= 0 &&
|
||||
MillisecondsToTimeout(connection->connectionEstablishmentStart, MaxCachedConnectionLifetime) <= 0);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue