PostgreSQL Source Code
git master
|
#include <pgstat.h>
Data Fields | |
PgStat_MsgHdr | m_hdr |
char | m_slotname [NAMEDATALEN] |
bool | clearall |
bool PgStat_MsgResetreplslotcounter::clearall |
Definition at line 383 of file pgstat.h.
Referenced by pgstat_recv_resetreplslotcounter(), and pgstat_reset_replslot_counter().
PgStat_MsgHdr PgStat_MsgResetreplslotcounter::m_hdr |
Definition at line 381 of file pgstat.h.
Referenced by pgstat_reset_replslot_counter().
char PgStat_MsgResetreplslotcounter::m_slotname[NAMEDATALEN] |
Definition at line 382 of file pgstat.h.
Referenced by pgstat_recv_resetreplslotcounter(), and pgstat_reset_replslot_counter().