PostgreSQL Source Code
git master
|
#include <pgstat.h>
PgStat_Counter PgStat_ArchiverStats::archived_count |
Definition at line 274 of file pgstat.h.
Referenced by pg_stat_get_archiver(), pgstat_archiver_snapshot_cb(), and pgstat_report_archiver().
PgStat_Counter PgStat_ArchiverStats::failed_count |
Definition at line 278 of file pgstat.h.
Referenced by pg_stat_get_archiver(), pgstat_archiver_snapshot_cb(), and pgstat_report_archiver().
TimestampTz PgStat_ArchiverStats::last_archived_timestamp |
Definition at line 277 of file pgstat.h.
Referenced by pg_stat_get_archiver(), pgstat_archiver_snapshot_cb(), and pgstat_report_archiver().
char PgStat_ArchiverStats::last_archived_wal[MAX_XFN_CHARS+1] |
Definition at line 275 of file pgstat.h.
Referenced by pg_stat_get_archiver(), pgstat_archiver_snapshot_cb(), and pgstat_report_archiver().
TimestampTz PgStat_ArchiverStats::last_failed_timestamp |
Definition at line 281 of file pgstat.h.
Referenced by pg_stat_get_archiver(), pgstat_archiver_snapshot_cb(), and pgstat_report_archiver().
char PgStat_ArchiverStats::last_failed_wal[MAX_XFN_CHARS+1] |
Definition at line 279 of file pgstat.h.
Referenced by pg_stat_get_archiver(), pgstat_archiver_snapshot_cb(), and pgstat_report_archiver().
TimestampTz PgStat_ArchiverStats::stat_reset_timestamp |
Definition at line 282 of file pgstat.h.
Referenced by pg_stat_get_archiver(), and pgstat_archiver_reset_all_cb().