#include <pgstat.h>
Data Fields | |
PgStat_MsgHdr | m_hdr |
Oid | m_databaseid |
int | m_nentries |
Oid | m_tableid [PGSTAT_NUM_TABPURGE] |
Definition at line 253 of file pgstat.h.
Definition at line 256 of file pgstat.h.
Referenced by pgstat_recv_tabpurge(), and pgstat_vacuum_stat().
Definition at line 255 of file pgstat.h.
Referenced by pgstat_vacuum_stat().
Definition at line 257 of file pgstat.h.
Referenced by pgstat_recv_tabpurge(), and pgstat_vacuum_stat().
Oid PgStat_MsgTabpurge::m_tableid[PGSTAT_NUM_TABPURGE] |
Definition at line 258 of file pgstat.h.
Referenced by pgstat_recv_tabpurge(), and pgstat_vacuum_stat().