PostgreSQL Source Code
git master
|
#include <heapam_xlog.h>
Data Fields | |
TransactionId | top_xid |
CommandId | cmin |
CommandId | cmax |
CommandId | combocid |
RelFileLocator | target_locator |
ItemPointerData | target_tid |
Definition at line 373 of file heapam_xlog.h.
CommandId xl_heap_new_cid::cmax |
Definition at line 381 of file heapam_xlog.h.
Referenced by heap2_desc(), log_heap_new_cid(), and SnapBuildProcessNewCid().
CommandId xl_heap_new_cid::cmin |
Definition at line 380 of file heapam_xlog.h.
Referenced by heap2_desc(), log_heap_new_cid(), and SnapBuildProcessNewCid().
CommandId xl_heap_new_cid::combocid |
Definition at line 382 of file heapam_xlog.h.
Referenced by heap2_desc(), log_heap_new_cid(), and SnapBuildProcessNewCid().
RelFileLocator xl_heap_new_cid::target_locator |
Definition at line 387 of file heapam_xlog.h.
Referenced by heap2_desc(), log_heap_new_cid(), and SnapBuildProcessNewCid().
ItemPointerData xl_heap_new_cid::target_tid |
Definition at line 388 of file heapam_xlog.h.
Referenced by heap2_desc(), log_heap_new_cid(), and SnapBuildProcessNewCid().
TransactionId xl_heap_new_cid::top_xid |
Definition at line 379 of file heapam_xlog.h.
Referenced by log_heap_new_cid(), and SnapBuildProcessNewCid().