Remove tuplestore_donestoring usage at all
parent
c6c394a928
commit
8c79f5db73
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue