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

#include <pgstat_internal.h>

Data Fields

LWLock lock
 
uint32 changecount
 
PgStat_BgWriterStats stats
 
PgStat_BgWriterStats reset_offset
 

Detailed Description

Definition at line 438 of file pgstat_internal.h.

Field Documentation

◆ changecount

uint32 PgStatShared_BgWriter::changecount

Definition at line 442 of file pgstat_internal.h.

◆ lock

LWLock PgStatShared_BgWriter::lock

Definition at line 441 of file pgstat_internal.h.

◆ reset_offset

PgStat_BgWriterStats PgStatShared_BgWriter::reset_offset

Definition at line 444 of file pgstat_internal.h.

◆ stats

PgStat_BgWriterStats PgStatShared_BgWriter::stats

Definition at line 443 of file pgstat_internal.h.


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