PostgreSQL Source Code  git master
TwoPhasePgStatRecord Struct Reference

Data Fields

PgStat_Counter tuples_inserted
 
PgStat_Counter tuples_updated
 
PgStat_Counter tuples_deleted
 
PgStat_Counter inserted_pre_truncdrop
 
PgStat_Counter updated_pre_truncdrop
 
PgStat_Counter deleted_pre_truncdrop
 
Oid id
 
bool shared
 
bool truncdropped
 

Detailed Description

Definition at line 31 of file pgstat_relation.c.

Field Documentation

◆ deleted_pre_truncdrop

PgStat_Counter TwoPhasePgStatRecord::deleted_pre_truncdrop

Definition at line 39 of file pgstat_relation.c.

Referenced by AtPrepare_PgStat_Relations(), and pgstat_twophase_postabort().

◆ id

Oid TwoPhasePgStatRecord::id

◆ inserted_pre_truncdrop

PgStat_Counter TwoPhasePgStatRecord::inserted_pre_truncdrop

Definition at line 37 of file pgstat_relation.c.

Referenced by AtPrepare_PgStat_Relations(), and pgstat_twophase_postabort().

◆ shared

bool TwoPhasePgStatRecord::shared

◆ truncdropped

bool TwoPhasePgStatRecord::truncdropped

◆ tuples_deleted

PgStat_Counter TwoPhasePgStatRecord::tuples_deleted

◆ tuples_inserted

PgStat_Counter TwoPhasePgStatRecord::tuples_inserted

◆ tuples_updated

PgStat_Counter TwoPhasePgStatRecord::tuples_updated

◆ updated_pre_truncdrop

PgStat_Counter TwoPhasePgStatRecord::updated_pre_truncdrop

Definition at line 38 of file pgstat_relation.c.

Referenced by AtPrepare_PgStat_Relations(), and pgstat_twophase_postabort().


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