mirror of https://github.com/citusdata/citus.git
Do not use new connection in table size functions
parent
e2001a332f
commit
1e9186a3b5
|
@ -210,7 +210,7 @@ DistributedTableSizeOnWorker(WorkerNode *workerNode, Oid relationId, char *sizeQ
|
|||
char *tableSizeString;
|
||||
uint64 tableSize = 0;
|
||||
MultiConnection *connection = NULL;
|
||||
uint32 connectionFlag = FORCE_NEW_CONNECTION;
|
||||
uint32 connectionFlag = 0;
|
||||
PGresult *result = NULL;
|
||||
int queryResult = 0;
|
||||
List *sizeList = NIL;
|
||||
|
|
Loading…
Reference in New Issue