PostgreSQL Source Code
git master
|
Data Fields | |
xl_xact_stats_item | item |
bool | is_create |
dlist_node | node |
Definition at line 21 of file pgstat_xact.c.
bool PgStat_PendingDroppedStatsItem::is_create |
Definition at line 24 of file pgstat_xact.c.
Referenced by AtEOSubXact_PgStat_DroppedStats(), AtEOXact_PgStat_DroppedStats(), create_drop_transactional_internal(), and pgstat_get_transactional_drops().
xl_xact_stats_item PgStat_PendingDroppedStatsItem::item |
Definition at line 23 of file pgstat_xact.c.
Referenced by AtEOSubXact_PgStat_DroppedStats(), AtEOXact_PgStat_DroppedStats(), create_drop_transactional_internal(), and pgstat_get_transactional_drops().
dlist_node PgStat_PendingDroppedStatsItem::node |
Definition at line 25 of file pgstat_xact.c.
Referenced by AtEOSubXact_PgStat_DroppedStats(), AtEOXact_PgStat_DroppedStats(), and create_drop_transactional_internal().