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 mem_exceeded_count
 
PgStat_Counter total_txns
 
PgStat_Counter total_bytes
 
PgStat_Counter slotsync_skip_count
 
TimestampTz slotsync_skip_at
 
TimestampTz stat_reset_timestamp
 

Detailed Description

Definition at line 392 of file pgstat.h.

Field Documentation

◆ mem_exceeded_count

PgStat_Counter PgStat_StatReplSlotEntry::mem_exceeded_count

Definition at line 400 of file pgstat.h.

Referenced by pg_stat_get_replication_slot(), and UpdateDecodingStats().

◆ slotsync_skip_at

TimestampTz PgStat_StatReplSlotEntry::slotsync_skip_at

Definition at line 404 of file pgstat.h.

Referenced by pg_stat_get_replication_slot(), and pgstat_report_replslotsync().

◆ slotsync_skip_count

PgStat_Counter PgStat_StatReplSlotEntry::slotsync_skip_count

Definition at line 403 of file pgstat.h.

Referenced by pg_stat_get_replication_slot(), and pgstat_report_replslotsync().

◆ spill_bytes

PgStat_Counter PgStat_StatReplSlotEntry::spill_bytes

Definition at line 396 of file pgstat.h.

Referenced by pg_stat_get_replication_slot(), and UpdateDecodingStats().

◆ spill_count

PgStat_Counter PgStat_StatReplSlotEntry::spill_count

Definition at line 395 of file pgstat.h.

Referenced by pg_stat_get_replication_slot(), and UpdateDecodingStats().

◆ spill_txns

PgStat_Counter PgStat_StatReplSlotEntry::spill_txns

Definition at line 394 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 405 of file pgstat.h.

Referenced by pg_stat_get_replication_slot().

◆ stream_bytes

PgStat_Counter PgStat_StatReplSlotEntry::stream_bytes

Definition at line 399 of file pgstat.h.

Referenced by pg_stat_get_replication_slot(), and UpdateDecodingStats().

◆ stream_count

PgStat_Counter PgStat_StatReplSlotEntry::stream_count

Definition at line 398 of file pgstat.h.

Referenced by pg_stat_get_replication_slot(), and UpdateDecodingStats().

◆ stream_txns

PgStat_Counter PgStat_StatReplSlotEntry::stream_txns

Definition at line 397 of file pgstat.h.

Referenced by pg_stat_get_replication_slot(), and UpdateDecodingStats().

◆ total_bytes

PgStat_Counter PgStat_StatReplSlotEntry::total_bytes

Definition at line 402 of file pgstat.h.

Referenced by pg_stat_get_replication_slot(), and UpdateDecodingStats().

◆ total_txns

PgStat_Counter PgStat_StatReplSlotEntry::total_txns

Definition at line 401 of file pgstat.h.

Referenced by pg_stat_get_replication_slot(), and UpdateDecodingStats().


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