mirror of https://github.com/citusdata/citus.git
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. |
||
---|---|---|
.. | ||
backend | ||
include | ||
test/regress |