MCPcopy Create free account
hub / github.com/apache/cloudberry / pgstat_write_statsfile_needed

Function pgstat_write_statsfile_needed

src/backend/postmaster/pgstat.c:6228–6236  ·  view source on GitHub ↗

---------- * pgstat_write_statsfile_needed() - * * Do we need to write out any stats files? * ---------- */

Source from the content-addressed store, hash-verified

6226 * ----------
6227 */
6228static bool
6229pgstat_write_statsfile_needed(void)
6230{
6231 if (pending_write_requests != NIL)
6232 return true;
6233
6234 /* Everything was written recently */
6235 return false;
6236}
6237
6238/* ----------
6239 * pgstat_db_requested() -

Callers 1

PgstatCollectorMainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected