PostgreSQL Source Code
git master
|
#include <pgstat.h>
PgStat_Counter PgStat_StatReplSlotEntry::spill_bytes |
Definition at line 368 of file pgstat.h.
Referenced by pg_stat_get_replication_slot(), and UpdateDecodingStats().
PgStat_Counter PgStat_StatReplSlotEntry::spill_count |
Definition at line 367 of file pgstat.h.
Referenced by pg_stat_get_replication_slot(), and UpdateDecodingStats().
PgStat_Counter PgStat_StatReplSlotEntry::spill_txns |
Definition at line 366 of file pgstat.h.
Referenced by pg_stat_get_replication_slot(), and UpdateDecodingStats().
TimestampTz PgStat_StatReplSlotEntry::stat_reset_timestamp |
Definition at line 374 of file pgstat.h.
Referenced by pg_stat_get_replication_slot().
PgStat_Counter PgStat_StatReplSlotEntry::stream_bytes |
Definition at line 371 of file pgstat.h.
Referenced by pg_stat_get_replication_slot(), and UpdateDecodingStats().
PgStat_Counter PgStat_StatReplSlotEntry::stream_count |
Definition at line 370 of file pgstat.h.
Referenced by pg_stat_get_replication_slot(), and UpdateDecodingStats().
PgStat_Counter PgStat_StatReplSlotEntry::stream_txns |
Definition at line 369 of file pgstat.h.
Referenced by pg_stat_get_replication_slot(), and UpdateDecodingStats().
PgStat_Counter PgStat_StatReplSlotEntry::total_bytes |
Definition at line 373 of file pgstat.h.
Referenced by pg_stat_get_replication_slot(), and UpdateDecodingStats().
PgStat_Counter PgStat_StatReplSlotEntry::total_txns |
Definition at line 372 of file pgstat.h.
Referenced by pg_stat_get_replication_slot(), and UpdateDecodingStats().