PostgreSQL Source Code
git master
|
#include <pgstat.h>
Data Fields | |
PgStat_MsgHdr | m_hdr |
TimestampTz | clock_time |
TimestampTz | cutoff_time |
Oid | databaseid |
TimestampTz PgStat_MsgInquiry::clock_time |
Definition at line 260 of file pgstat.h.
Referenced by pgstat_recv_inquiry(), and pgstat_send_inquiry().
TimestampTz PgStat_MsgInquiry::cutoff_time |
Definition at line 261 of file pgstat.h.
Referenced by pgstat_recv_inquiry(), and pgstat_send_inquiry().
Oid PgStat_MsgInquiry::databaseid |
Definition at line 262 of file pgstat.h.
Referenced by pgstat_recv_inquiry(), and pgstat_send_inquiry().
PgStat_MsgHdr PgStat_MsgInquiry::m_hdr |
Definition at line 259 of file pgstat.h.
Referenced by pgstat_send_inquiry().