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

Function pgstat_setheader

src/backend/postmaster/pgstat.c:2973–2977  ·  view source on GitHub ↗

---------- * pgstat_setheader() - * * Set common header fields in a statistics message * ---------- */

Source from the content-addressed store, hash-verified

2971 * ----------
2972 */
2973static void
2974pgstat_setheader(PgStat_MsgHdr *hdr, StatMsgType mtype)
2975{
2976 hdr->m_type = mtype;
2977}
2978
2979
2980/* ----------

Callers 15

pgstat_send_tabstatFunction · 0.85
pgstat_send_funcstatsFunction · 0.85
pgstat_vacuum_statFunction · 0.85
pgstat_drop_databaseFunction · 0.85
pgstat_drop_relationFunction · 0.85
pgstat_reset_countersFunction · 0.85
pgstat_report_autovacFunction · 0.85
pgstat_report_vacuumFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected