PostgreSQL Source Code git master
Loading...
Searching...
No Matches
xl_xact_stats_item Struct Reference

#include <xact.h>

Data Fields

int kind
 
Oid dboid
 
uint32 objid_lo
 
uint32 objid_hi
 

Detailed Description

Definition at line 283 of file xact.h.

Field Documentation

◆ dboid

Oid xl_xact_stats_item::dboid

Definition at line 286 of file xact.h.

◆ kind

int xl_xact_stats_item::kind

Definition at line 285 of file xact.h.

◆ objid_hi

uint32 xl_xact_stats_item::objid_hi

Definition at line 293 of file xact.h.

◆ objid_lo

uint32 xl_xact_stats_item::objid_lo

Definition at line 292 of file xact.h.

Referenced by AtEOSubXact_PgStat_DroppedStats(), and AtEOXact_PgStat_DroppedStats().


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