PostgreSQL Source Code
git master
|
#include <pgstat.h>
Data Fields | |
PgStat_Counter | apply_error_count |
PgStat_Counter | sync_error_count |
PgStat_Counter | conflict_count [CONFLICT_NUM_TYPES] |
PgStat_Counter PgStat_BackendSubEntry::apply_error_count |
Definition at line 167 of file pgstat.h.
Referenced by pgstat_report_subscription_error().
PgStat_Counter PgStat_BackendSubEntry::conflict_count[CONFLICT_NUM_TYPES] |
Definition at line 169 of file pgstat.h.
Referenced by pgstat_report_subscription_conflict().
PgStat_Counter PgStat_BackendSubEntry::sync_error_count |
Definition at line 168 of file pgstat.h.
Referenced by pgstat_report_subscription_error().