#include <pgstat.h>
Data Fields | |
PgStat_MsgHdr | m_hdr |
Oid | m_databaseid |
int | m_nentries |
PgStat_FunctionEntry | m_entry [PGSTAT_NUM_FUNCENTRIES] |
Definition at line 447 of file pgstat.h.
Definition at line 450 of file pgstat.h.
Referenced by pgstat_recv_funcstat(), and pgstat_send_funcstats().
PgStat_FunctionEntry PgStat_MsgFuncstat::m_entry[PGSTAT_NUM_FUNCENTRIES] |
Definition at line 452 of file pgstat.h.
Referenced by pgstat_recv_funcstat(), and pgstat_send_funcstats().
Definition at line 449 of file pgstat.h.
Referenced by pgstat_send_funcstats().
Definition at line 451 of file pgstat.h.
Referenced by pgstat_recv_funcstat(), and pgstat_send_funcstats().