PostgreSQL Source Code  git master
PgStat_BackendSubEntry Struct Reference

#include <pgstat.h>

Data Fields

PgStat_Counter apply_error_count
 
PgStat_Counter sync_error_count
 
PgStat_Counter conflict_count [CONFLICT_NUM_TYPES]
 

Detailed Description

Definition at line 162 of file pgstat.h.

Field Documentation

◆ apply_error_count

PgStat_Counter PgStat_BackendSubEntry::apply_error_count

Definition at line 164 of file pgstat.h.

Referenced by pgstat_report_subscription_error().

◆ conflict_count

PgStat_Counter PgStat_BackendSubEntry::conflict_count[CONFLICT_NUM_TYPES]

Definition at line 166 of file pgstat.h.

Referenced by pgstat_report_subscription_conflict().

◆ sync_error_count

PgStat_Counter PgStat_BackendSubEntry::sync_error_count

Definition at line 165 of file pgstat.h.

Referenced by pgstat_report_subscription_error().


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