mirror of https://github.com/citusdata/citus.git
Remove no-op tuplestore_donestoring function
Relevant PG commit:
75680c3d805e2323cd437ac567f0677fdfc7b680
75680c3d80
pg17_kickoff
parent
022ca99a6b
commit
e0a0874fbd
|
@ -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