PostgreSQL Source Code  git master
SubXactInfo Struct Reference

Data Fields

TransactionId xid
 
int fileno
 
off_t offset
 

Detailed Description

Definition at line 341 of file worker.c.

Field Documentation

◆ fileno

int SubXactInfo::fileno

Definition at line 344 of file worker.c.

Referenced by stream_abort_internal(), and subxact_info_add().

◆ offset

off_t SubXactInfo::offset

Definition at line 345 of file worker.c.

Referenced by stream_abort_internal(), and subxact_info_add().

◆ xid

TransactionId SubXactInfo::xid

Definition at line 343 of file worker.c.

Referenced by stream_abort_internal(), and subxact_info_add().


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