PostgreSQL Source Code  git master
PgStat_StatReplSlotEntry Struct Reference

#include <pgstat.h>

Data Fields

PgStat_Counter spill_txns
 
PgStat_Counter spill_count
 
PgStat_Counter spill_bytes
 
PgStat_Counter stream_txns
 
PgStat_Counter stream_count
 
PgStat_Counter stream_bytes
 
PgStat_Counter total_txns
 
PgStat_Counter total_bytes
 
TimestampTz stat_reset_timestamp
 

Detailed Description

Definition at line 367 of file pgstat.h.

Field Documentation

◆ spill_bytes

PgStat_Counter PgStat_StatReplSlotEntry::spill_bytes

Definition at line 371 of file pgstat.h.

Referenced by pg_stat_get_replication_slot(), and UpdateDecodingStats().

◆ spill_count

PgStat_Counter PgStat_StatReplSlotEntry::spill_count

Definition at line 370 of file pgstat.h.

Referenced by pg_stat_get_replication_slot(), and UpdateDecodingStats().

◆ spill_txns

PgStat_Counter PgStat_StatReplSlotEntry::spill_txns

Definition at line 369 of file pgstat.h.

Referenced by pg_stat_get_replication_slot(), and UpdateDecodingStats().

◆ stat_reset_timestamp

TimestampTz PgStat_StatReplSlotEntry::stat_reset_timestamp

Definition at line 377 of file pgstat.h.

Referenced by pg_stat_get_replication_slot().

◆ stream_bytes

PgStat_Counter PgStat_StatReplSlotEntry::stream_bytes

Definition at line 374 of file pgstat.h.

Referenced by pg_stat_get_replication_slot(), and UpdateDecodingStats().

◆ stream_count

PgStat_Counter PgStat_StatReplSlotEntry::stream_count

Definition at line 373 of file pgstat.h.

Referenced by pg_stat_get_replication_slot(), and UpdateDecodingStats().

◆ stream_txns

PgStat_Counter PgStat_StatReplSlotEntry::stream_txns

Definition at line 372 of file pgstat.h.

Referenced by pg_stat_get_replication_slot(), and UpdateDecodingStats().

◆ total_bytes

PgStat_Counter PgStat_StatReplSlotEntry::total_bytes

Definition at line 376 of file pgstat.h.

Referenced by pg_stat_get_replication_slot(), and UpdateDecodingStats().

◆ total_txns

PgStat_Counter PgStat_StatReplSlotEntry::total_txns

Definition at line 375 of file pgstat.h.

Referenced by pg_stat_get_replication_slot(), and UpdateDecodingStats().


The documentation for this struct was generated from the following file: