citus/src
Onder Kalaci cd8e41bb79 Fix CloseNodeConnections to actually close connections
CloseNodeConnections() is supposed to close connections to a given node.
However, before this commit it lacks to actually call PQFinish() on the
connections. Using CloseConnection() handles closing and all other necessary
actions.
2017-01-11 01:13:58 +02:00
..
backend Fix CloseNodeConnections to actually close connections 2017-01-11 01:13:58 +02:00
include Convert router executor to placement connection management infrastructure. 2017-01-09 13:13:02 -08:00
test/regress Fix CloseNodeConnections to actually close connections 2017-01-11 01:13:58 +02:00