PostgreSQL Source Code
git master
|
#include <pgstat.h>
NameData PgStat_StatReplSlotEntry::slotname |
Definition at line 324 of file pgstat.h.
Referenced by pgstat_acquire_replslot(), pgstat_create_replslot(), and pgstat_report_replslot().
PgStat_Counter PgStat_StatReplSlotEntry::spill_bytes |
Definition at line 327 of file pgstat.h.
Referenced by pg_stat_get_replication_slot(), and UpdateDecodingStats().
PgStat_Counter PgStat_StatReplSlotEntry::spill_count |
Definition at line 326 of file pgstat.h.
Referenced by pg_stat_get_replication_slot(), and UpdateDecodingStats().
PgStat_Counter PgStat_StatReplSlotEntry::spill_txns |
Definition at line 325 of file pgstat.h.
Referenced by pg_stat_get_replication_slot(), and UpdateDecodingStats().
TimestampTz PgStat_StatReplSlotEntry::stat_reset_timestamp |
Definition at line 333 of file pgstat.h.
Referenced by pg_stat_get_replication_slot().
PgStat_Counter PgStat_StatReplSlotEntry::stream_bytes |
Definition at line 330 of file pgstat.h.
Referenced by pg_stat_get_replication_slot(), and UpdateDecodingStats().
PgStat_Counter PgStat_StatReplSlotEntry::stream_count |
Definition at line 329 of file pgstat.h.
Referenced by pg_stat_get_replication_slot(), and UpdateDecodingStats().
PgStat_Counter PgStat_StatReplSlotEntry::stream_txns |
Definition at line 328 of file pgstat.h.
Referenced by pg_stat_get_replication_slot(), and UpdateDecodingStats().
PgStat_Counter PgStat_StatReplSlotEntry::total_bytes |
Definition at line 332 of file pgstat.h.
Referenced by pg_stat_get_replication_slot(), and UpdateDecodingStats().
PgStat_Counter PgStat_StatReplSlotEntry::total_txns |
Definition at line 331 of file pgstat.h.
Referenced by pg_stat_get_replication_slot(), and UpdateDecodingStats().