PostgreSQL Source Code
git master
|
Definition at line 31 of file pgstat_relation.c.
PgStat_Counter TwoPhasePgStatRecord::deleted_pre_truncdrop |
Definition at line 39 of file pgstat_relation.c.
Referenced by AtPrepare_PgStat_Relations(), and pgstat_twophase_postabort().
Oid TwoPhasePgStatRecord::id |
Definition at line 40 of file pgstat_relation.c.
Referenced by AtPrepare_PgStat_Relations(), pgstat_twophase_postabort(), and pgstat_twophase_postcommit().
PgStat_Counter TwoPhasePgStatRecord::inserted_pre_truncdrop |
Definition at line 37 of file pgstat_relation.c.
Referenced by AtPrepare_PgStat_Relations(), and pgstat_twophase_postabort().
bool TwoPhasePgStatRecord::shared |
Definition at line 41 of file pgstat_relation.c.
Referenced by AtPrepare_PgStat_Relations(), pgstat_twophase_postabort(), and pgstat_twophase_postcommit().
bool TwoPhasePgStatRecord::truncdropped |
Definition at line 42 of file pgstat_relation.c.
Referenced by AtPrepare_PgStat_Relations(), pgstat_twophase_postabort(), and pgstat_twophase_postcommit().
PgStat_Counter TwoPhasePgStatRecord::tuples_deleted |
Definition at line 35 of file pgstat_relation.c.
Referenced by AtPrepare_PgStat_Relations(), pgstat_twophase_postabort(), and pgstat_twophase_postcommit().
PgStat_Counter TwoPhasePgStatRecord::tuples_inserted |
Definition at line 33 of file pgstat_relation.c.
Referenced by AtPrepare_PgStat_Relations(), pgstat_twophase_postabort(), and pgstat_twophase_postcommit().
PgStat_Counter TwoPhasePgStatRecord::tuples_updated |
Definition at line 34 of file pgstat_relation.c.
Referenced by AtPrepare_PgStat_Relations(), pgstat_twophase_postabort(), and pgstat_twophase_postcommit().
PgStat_Counter TwoPhasePgStatRecord::updated_pre_truncdrop |
Definition at line 38 of file pgstat_relation.c.
Referenced by AtPrepare_PgStat_Relations(), and pgstat_twophase_postabort().