mirror of https://github.com/citusdata/citus.git
Valgrind problem
parent
ebe70adc92
commit
48e21a7900
|
@ -1490,6 +1490,7 @@ static void
|
|||
ResetConnection(MultiConnection *connection)
|
||||
{
|
||||
/* reset per-transaction state */
|
||||
CloseRemoteTransaction(connection);
|
||||
ResetRemoteTransaction(connection);
|
||||
ResetShardPlacementAssociation(connection);
|
||||
|
||||
|
|
Loading…
Reference in New Issue