PostgreSQL Source Code  git master
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 112 of file heapam_xlog.h.

Field Documentation

◆ flags

uint8 xl_heap_delete::flags

◆ infobits_set

uint8 xl_heap_delete::infobits_set

Definition at line 116 of file heapam_xlog.h.

Referenced by heap_abort_speculative(), heap_delete(), heap_desc(), and heap_xlog_delete().

◆ offnum

OffsetNumber xl_heap_delete::offnum

Definition at line 115 of file heapam_xlog.h.

Referenced by heap_abort_speculative(), heap_delete(), heap_desc(), and heap_xlog_delete().

◆ xmax

TransactionId xl_heap_delete::xmax

Definition at line 114 of file heapam_xlog.h.

Referenced by heap_abort_speculative(), heap_delete(), heap_desc(), and heap_xlog_delete().


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