PostgreSQL Source Code
git master
|
Definition at line 32 of file pgstat_relation.c.
PgStat_Counter TwoPhasePgStatRecord::deleted_pre_truncdrop |
Definition at line 40 of file pgstat_relation.c.
Referenced by AtPrepare_PgStat_Relations(), and pgstat_twophase_postabort().
PgStat_Counter TwoPhasePgStatRecord::inserted_pre_truncdrop |
Definition at line 38 of file pgstat_relation.c.
Referenced by AtPrepare_PgStat_Relations(), and pgstat_twophase_postabort().
Oid TwoPhasePgStatRecord::t_id |
Definition at line 41 of file pgstat_relation.c.
Referenced by AtPrepare_PgStat_Relations(), pgstat_twophase_postabort(), and pgstat_twophase_postcommit().
bool TwoPhasePgStatRecord::t_shared |
Definition at line 42 of file pgstat_relation.c.
Referenced by AtPrepare_PgStat_Relations(), pgstat_twophase_postabort(), and pgstat_twophase_postcommit().
bool TwoPhasePgStatRecord::t_truncdropped |
Definition at line 43 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 36 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 34 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 35 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 39 of file pgstat_relation.c.
Referenced by AtPrepare_PgStat_Relations(), and pgstat_twophase_postabort().