mirror of https://github.com/citusdata/citus.git
Remove no-op tuplestore_donestoring function
Relevant PG commit:
75680c3d805e2323cd437ac567f0677fdfc7b680
75680c3d80
pull/7699/head
parent
55f7671b3b
commit
363c8aa3a2
|
@ -759,9 +759,6 @@ citus_query_stats(PG_FUNCTION_ARGS)
|
||||||
|
|
||||||
LWLockRelease(queryStats->lock);
|
LWLockRelease(queryStats->lock);
|
||||||
|
|
||||||
/* clean up and return the tuplestore */
|
|
||||||
tuplestore_donestoring(tupstore);
|
|
||||||
|
|
||||||
return (Datum) 0;
|
return (Datum) 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue