PostgreSQL Source Code  git master
xl_heap_new_cid Struct Reference

#include <heapam_xlog.h>

Data Fields

TransactionId top_xid
 
CommandId cmin
 
CommandId cmax
 
CommandId combocid
 
RelFileLocator target_locator
 
ItemPointerData target_tid
 

Detailed Description

Definition at line 447 of file heapam_xlog.h.

Field Documentation

◆ cmax

CommandId xl_heap_new_cid::cmax

Definition at line 455 of file heapam_xlog.h.

Referenced by heap2_desc(), log_heap_new_cid(), and SnapBuildProcessNewCid().

◆ cmin

CommandId xl_heap_new_cid::cmin

Definition at line 454 of file heapam_xlog.h.

Referenced by heap2_desc(), log_heap_new_cid(), and SnapBuildProcessNewCid().

◆ combocid

CommandId xl_heap_new_cid::combocid

Definition at line 456 of file heapam_xlog.h.

Referenced by heap2_desc(), log_heap_new_cid(), and SnapBuildProcessNewCid().

◆ target_locator

RelFileLocator xl_heap_new_cid::target_locator

Definition at line 461 of file heapam_xlog.h.

Referenced by heap2_desc(), log_heap_new_cid(), and SnapBuildProcessNewCid().

◆ target_tid

ItemPointerData xl_heap_new_cid::target_tid

Definition at line 462 of file heapam_xlog.h.

Referenced by heap2_desc(), log_heap_new_cid(), and SnapBuildProcessNewCid().

◆ top_xid

TransactionId xl_heap_new_cid::top_xid

Definition at line 453 of file heapam_xlog.h.

Referenced by log_heap_new_cid(), and SnapBuildProcessNewCid().


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