Remove no-op tuplestore_donestoring function

Relevant PG commit:
75680c3d805e2323cd437ac567f0677fdfc7b680
75680c3d80
pg17_kickoff
naisila 2024-07-10 13:27:56 +02:00
parent 022ca99a6b
commit e0a0874fbd
No known key found for this signature in database
GPG Key ID: A824BA9862D73E6D
1 changed files with 0 additions and 3 deletions

View File

@ -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;
} }