PostgreSQL Source Code
git master
|
#include <pgstat.h>
Data Fields | |
PgStat_MsgHdr | m_hdr |
PgStat_Counter | m_wal_records |
PgStat_Counter | m_wal_fpi |
uint64 | m_wal_bytes |
PgStat_Counter | m_wal_buffers_full |
PgStat_MsgHdr PgStat_MsgWal::m_hdr |
Definition at line 472 of file pgstat.h.
Referenced by pgstat_send_wal().
PgStat_Counter PgStat_MsgWal::m_wal_buffers_full |
Definition at line 476 of file pgstat.h.
Referenced by AdvanceXLInsertBuffer(), and pgstat_recv_wal().
uint64 PgStat_MsgWal::m_wal_bytes |
Definition at line 475 of file pgstat.h.
Referenced by pgstat_recv_wal(), and pgstat_send_wal().
PgStat_Counter PgStat_MsgWal::m_wal_fpi |
Definition at line 474 of file pgstat.h.
Referenced by pgstat_recv_wal(), and pgstat_send_wal().
PgStat_Counter PgStat_MsgWal::m_wal_records |
Definition at line 473 of file pgstat.h.
Referenced by pgstat_recv_wal(), and pgstat_send_wal().