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

#include <pgstat_internal.h>

Data Fields

LWLock lock
 
uint32 changecount
 
PgStat_CheckpointerStats stats
 
PgStat_CheckpointerStats reset_offset
 

Detailed Description

Definition at line 447 of file pgstat_internal.h.

Field Documentation

◆ changecount

uint32 PgStatShared_Checkpointer::changecount

Definition at line 451 of file pgstat_internal.h.

◆ lock

LWLock PgStatShared_Checkpointer::lock

Definition at line 450 of file pgstat_internal.h.

◆ reset_offset

PgStat_CheckpointerStats PgStatShared_Checkpointer::reset_offset

Definition at line 453 of file pgstat_internal.h.

◆ stats

PgStat_CheckpointerStats PgStatShared_Checkpointer::stats

Definition at line 452 of file pgstat_internal.h.


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