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

#include <heapam_xlog.h>

Data Fields

TransactionId xmax
 
OffsetNumber offnum
 
uint8 infobits_set
 
uint8 flags
 

Detailed Description

Definition at line 113 of file heapam_xlog.h.

Field Documentation

◆ flags

uint8 xl_heap_delete::flags

Definition at line 118 of file heapam_xlog.h.

Referenced by heap_abort_speculative().

◆ infobits_set

uint8 xl_heap_delete::infobits_set

Definition at line 117 of file heapam_xlog.h.

◆ offnum

OffsetNumber xl_heap_delete::offnum

Definition at line 116 of file heapam_xlog.h.

◆ xmax

TransactionId xl_heap_delete::xmax

Definition at line 115 of file heapam_xlog.h.


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