PostgreSQL Source Code
git master
|
#include <pgstat.h>
Data Fields | |
PgStat_MsgHdr | m_hdr |
Oid | m_databaseid |
PgStat_Counter | m_count |
PgStat_Counter | m_session_time |
PgStat_Counter | m_active_time |
PgStat_Counter | m_idle_in_xact_time |
SessionEndType | m_disconnect |
PgStat_Counter PgStat_MsgConn::m_active_time |
Definition at line 646 of file pgstat.h.
Referenced by pgstat_recv_connstat(), and pgstat_send_connstats().
PgStat_Counter PgStat_MsgConn::m_count |
Definition at line 644 of file pgstat.h.
Referenced by pgstat_recv_connstat(), and pgstat_send_connstats().
Oid PgStat_MsgConn::m_databaseid |
Definition at line 643 of file pgstat.h.
Referenced by pgstat_recv_connstat(), and pgstat_send_connstats().
SessionEndType PgStat_MsgConn::m_disconnect |
Definition at line 648 of file pgstat.h.
Referenced by pgstat_recv_connstat(), and pgstat_send_connstats().
PgStat_MsgHdr PgStat_MsgConn::m_hdr |
Definition at line 642 of file pgstat.h.
Referenced by pgstat_send_connstats().
PgStat_Counter PgStat_MsgConn::m_idle_in_xact_time |
Definition at line 647 of file pgstat.h.
Referenced by pgstat_recv_connstat(), and pgstat_send_connstats().
PgStat_Counter PgStat_MsgConn::m_session_time |
Definition at line 645 of file pgstat.h.
Referenced by pgstat_recv_connstat(), and pgstat_send_connstats().