PostgreSQL Source Code  git master
xl_heap_lock Struct Reference

#include <heapam_xlog.h>

Data Fields

TransactionId xmax
 
OffsetNumber offnum
 
uint8 infobits_set
 
uint8 flags
 

Detailed Description

Definition at line 395 of file heapam_xlog.h.

Field Documentation

◆ flags

uint8 xl_heap_lock::flags

Definition at line 400 of file heapam_xlog.h.

Referenced by heap_desc(), heap_lock_tuple(), heap_update(), and heap_xlog_lock().

◆ infobits_set

uint8 xl_heap_lock::infobits_set

Definition at line 399 of file heapam_xlog.h.

Referenced by heap_desc(), heap_lock_tuple(), heap_update(), and heap_xlog_lock().

◆ offnum

OffsetNumber xl_heap_lock::offnum

Definition at line 398 of file heapam_xlog.h.

Referenced by heap_desc(), heap_lock_tuple(), heap_update(), and heap_xlog_lock().

◆ xmax

TransactionId xl_heap_lock::xmax

Definition at line 397 of file heapam_xlog.h.

Referenced by heap_desc(), heap_lock_tuple(), heap_update(), and heap_xlog_lock().


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