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