PostgreSQL Source Code git master
PgStat_StatSubEntry Struct Reference

#include <pgstat.h>

Data Fields

PgStat_Counter apply_error_count
 
PgStat_Counter sync_seq_error_count
 
PgStat_Counter sync_table_error_count
 
PgStat_Counter conflict_count [CONFLICT_NUM_TYPES]
 
TimestampTz stat_reset_timestamp
 

Detailed Description

Definition at line 418 of file pgstat.h.

Field Documentation

◆ apply_error_count

PgStat_Counter PgStat_StatSubEntry::apply_error_count

Definition at line 420 of file pgstat.h.

Referenced by pg_stat_get_subscription_stats().

◆ conflict_count

PgStat_Counter PgStat_StatSubEntry::conflict_count[CONFLICT_NUM_TYPES]

Definition at line 423 of file pgstat.h.

Referenced by pg_stat_get_subscription_stats().

◆ stat_reset_timestamp

TimestampTz PgStat_StatSubEntry::stat_reset_timestamp

Definition at line 424 of file pgstat.h.

Referenced by pg_stat_get_subscription_stats().

◆ sync_seq_error_count

PgStat_Counter PgStat_StatSubEntry::sync_seq_error_count

Definition at line 421 of file pgstat.h.

Referenced by pg_stat_get_subscription_stats().

◆ sync_table_error_count

PgStat_Counter PgStat_StatSubEntry::sync_table_error_count

Definition at line 422 of file pgstat.h.

Referenced by pg_stat_get_subscription_stats().


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