PostgreSQL Source Code
git master
|
#include <pgstat.h>
Data Fields | |
PgStat_MsgHdr | m_hdr |
Oid | m_databaseid |
int | m_nentries |
PgStat_FunctionEntry | m_entry [PGSTAT_NUM_FUNCENTRIES] |
Oid PgStat_MsgFuncstat::m_databaseid |
Definition at line 590 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 592 of file pgstat.h.
Referenced by pgstat_recv_funcstat(), and pgstat_send_funcstats().
PgStat_MsgHdr PgStat_MsgFuncstat::m_hdr |
Definition at line 589 of file pgstat.h.
Referenced by pgstat_send_funcstats().
int PgStat_MsgFuncstat::m_nentries |
Definition at line 591 of file pgstat.h.
Referenced by pgstat_recv_funcstat(), and pgstat_send_funcstats().