PostgreSQL Source Code
git master
|
#include <xact.h>
Data Fields | |
int | kind |
Oid | dboid |
uint32 | objid_lo |
uint32 | objid_hi |
Oid xl_xact_stats_item::dboid |
Definition at line 285 of file xact.h.
Referenced by AtEOSubXact_PgStat_DroppedStats(), AtEOXact_PgStat_DroppedStats(), create_drop_transactional_internal(), and pgstat_execute_transactional_drops().
int xl_xact_stats_item::kind |
Definition at line 284 of file xact.h.
Referenced by AtEOSubXact_PgStat_DroppedStats(), AtEOXact_PgStat_DroppedStats(), create_drop_transactional_internal(), and pgstat_execute_transactional_drops().
uint32 xl_xact_stats_item::objid_hi |
Definition at line 292 of file xact.h.
Referenced by AtEOSubXact_PgStat_DroppedStats(), AtEOXact_PgStat_DroppedStats(), create_drop_transactional_internal(), and pgstat_execute_transactional_drops().
uint32 xl_xact_stats_item::objid_lo |
Definition at line 291 of file xact.h.
Referenced by AtEOSubXact_PgStat_DroppedStats(), AtEOXact_PgStat_DroppedStats(), create_drop_transactional_internal(), pgstat_execute_transactional_drops(), and xact_desc_stats().