PostgreSQL Source Code  git master
xl_heap_lock_updated Struct Reference

#include <heapam_xlog.h>

Data Fields

TransactionId xmax
 
OffsetNumber offnum
 
uint8 infobits_set
 
uint8 flags
 

Detailed Description

Definition at line 406 of file heapam_xlog.h.

Field Documentation

◆ flags

uint8 xl_heap_lock_updated::flags

Definition at line 411 of file heapam_xlog.h.

Referenced by heap2_desc(), heap_lock_updated_tuple_rec(), and heap_xlog_lock_updated().

◆ infobits_set

uint8 xl_heap_lock_updated::infobits_set

Definition at line 410 of file heapam_xlog.h.

Referenced by heap2_desc(), heap_lock_updated_tuple_rec(), and heap_xlog_lock_updated().

◆ offnum

OffsetNumber xl_heap_lock_updated::offnum

Definition at line 409 of file heapam_xlog.h.

Referenced by heap2_desc(), heap_lock_updated_tuple_rec(), and heap_xlog_lock_updated().

◆ xmax

TransactionId xl_heap_lock_updated::xmax

Definition at line 408 of file heapam_xlog.h.

Referenced by heap2_desc(), heap_lock_updated_tuple_rec(), and heap_xlog_lock_updated().


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