mirror of https://github.com/citusdata/citus.git
Fix rebase conflict
parent
597651add4
commit
a7254db8fd
|
@ -385,7 +385,6 @@ StartNodeUserDatabaseConnection(uint32 flags, const char *hostname, int32 port,
|
||||||
dlist_push_tail(entry->connections, &newConnection->connectionNode);
|
dlist_push_tail(entry->connections, &newConnection->connectionNode);
|
||||||
|
|
||||||
ResetShardPlacementAssociation(newConnection);
|
ResetShardPlacementAssociation(newConnection);
|
||||||
GivePurposeToConnection(newConnection, flags);
|
|
||||||
|
|
||||||
return newConnection;
|
return newConnection;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue