mirror of
https://github.com/percona/pg_stat_monitor.git
synced 2026-02-05 06:26:20 +00:00
Remove tuplestore_donestoring usage at all
This commit is contained in:
@@ -2438,10 +2438,6 @@ pg_stat_monitor_internal(FunctionCallInfo fcinfo,
|
|||||||
/* clean up and return the tuplestore */
|
/* clean up and return the tuplestore */
|
||||||
pgsm_hash_seq_term(&hstat);
|
pgsm_hash_seq_term(&hstat);
|
||||||
LWLockRelease(pgsm->lock);
|
LWLockRelease(pgsm->lock);
|
||||||
|
|
||||||
#if PG_VERSION_NUM < 170000
|
|
||||||
tuplestore_donestoring(tupstore);
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static uint64
|
static uint64
|
||||||
|
|||||||
Reference in New Issue
Block a user