PostgreSQL Source Code git master
Loading...
Searching...
No Matches
PgStat_ArchiverStats Struct Reference

#include <pgstat.h>

Data Fields

PgStat_Counter archived_count
 
char last_archived_wal [MAX_XFN_CHARS+1]
 
TimestampTz last_archived_timestamp
 
PgStat_Counter failed_count
 
char last_failed_wal [MAX_XFN_CHARS+1]
 
TimestampTz last_failed_timestamp
 
TimestampTz stat_reset_timestamp
 

Detailed Description

Definition at line 219 of file pgstat.h.

Field Documentation

◆ archived_count

PgStat_Counter PgStat_ArchiverStats::archived_count

Definition at line 221 of file pgstat.h.

◆ failed_count

PgStat_Counter PgStat_ArchiverStats::failed_count

Definition at line 225 of file pgstat.h.

◆ last_archived_timestamp

TimestampTz PgStat_ArchiverStats::last_archived_timestamp

Definition at line 224 of file pgstat.h.

◆ last_archived_wal

char PgStat_ArchiverStats::last_archived_wal[MAX_XFN_CHARS+1]

Definition at line 222 of file pgstat.h.

◆ last_failed_timestamp

TimestampTz PgStat_ArchiverStats::last_failed_timestamp

Definition at line 228 of file pgstat.h.

◆ last_failed_wal

char PgStat_ArchiverStats::last_failed_wal[MAX_XFN_CHARS+1]

Definition at line 226 of file pgstat.h.

◆ stat_reset_timestamp

TimestampTz PgStat_ArchiverStats::stat_reset_timestamp

Definition at line 229 of file pgstat.h.


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