PostgreSQL Source Code  git master
PgStat_TableStatus Struct Reference

#include <pgstat.h>

Data Fields

Oid id
 
bool shared
 
struct PgStat_TableXactStatustrans
 
PgStat_TableCounts counts
 
Relation relation
 

Detailed Description

Definition at line 197 of file pgstat.h.

Field Documentation

◆ counts

◆ id

Oid PgStat_TableStatus::id

Definition at line 199 of file pgstat.h.

Referenced by pgstat_prep_relation_pending().

◆ relation

Relation PgStat_TableStatus::relation

◆ shared

bool PgStat_TableStatus::shared

Definition at line 200 of file pgstat.h.

Referenced by pgstat_prep_relation_pending().

◆ trans


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