mirror of https://github.com/citusdata/citus.git
Small fixes
parent
d44b1dd99a
commit
0bb5876a87
|
@ -526,8 +526,6 @@ DecrementSharedConnectionCounter(const char *hostname, int port)
|
||||||
static void
|
static void
|
||||||
DecrementSharedConnectionCounterInternal(const char *hostname, int port)
|
DecrementSharedConnectionCounterInternal(const char *hostname, int port)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
bool workerNodeEntryFound = false;
|
bool workerNodeEntryFound = false;
|
||||||
SharedWorkerNodeConnStatsHashKey workerNodeKey = PrepareWorkerNodeHashKey(hostname, port);
|
SharedWorkerNodeConnStatsHashKey workerNodeKey = PrepareWorkerNodeHashKey(hostname, port);
|
||||||
SharedWorkerNodeConnStatsHashEntry *workerNodeEntry =
|
SharedWorkerNodeConnStatsHashEntry *workerNodeEntry =
|
||||||
|
|
Loading…
Reference in New Issue