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] |
TimestampTz | stat_reset_timestamp |
PgStat_Counter PgStat_StatSubEntry::apply_error_count |
Definition at line 428 of file pgstat.h.
Referenced by pg_stat_get_subscription_stats().
PgStat_Counter PgStat_StatSubEntry::conflict_count[CONFLICT_NUM_TYPES] |
Definition at line 430 of file pgstat.h.
Referenced by pg_stat_get_subscription_stats().
TimestampTz PgStat_StatSubEntry::stat_reset_timestamp |
Definition at line 431 of file pgstat.h.
Referenced by pg_stat_get_subscription_stats().
PgStat_Counter PgStat_StatSubEntry::sync_error_count |
Definition at line 429 of file pgstat.h.
Referenced by pg_stat_get_subscription_stats().