PostgreSQL Source Code  git master
PgStat_SnapshotEntry Struct Reference

Data Fields

PgStat_HashKey key
 
char status
 
void * data
 

Detailed Description

Definition at line 132 of file pgstat.c.

Field Documentation

◆ data

void* PgStat_SnapshotEntry::data

Definition at line 136 of file pgstat.c.

Referenced by pgstat_build_snapshot(), and pgstat_fetch_entry().

◆ key

PgStat_HashKey PgStat_SnapshotEntry::key

Definition at line 134 of file pgstat.c.

◆ status

char PgStat_SnapshotEntry::status

Definition at line 135 of file pgstat.c.


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