PostgreSQL Source Code git master
Loading...
Searching...
No Matches
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 460 of file heapam_xlog.h.

Field Documentation

◆ cmax

CommandId xl_heap_new_cid::cmax

Definition at line 468 of file heapam_xlog.h.

◆ cmin

CommandId xl_heap_new_cid::cmin

Definition at line 467 of file heapam_xlog.h.

◆ combocid

CommandId xl_heap_new_cid::combocid

Definition at line 469 of file heapam_xlog.h.

◆ target_locator

RelFileLocator xl_heap_new_cid::target_locator

Definition at line 474 of file heapam_xlog.h.

◆ target_tid

ItemPointerData xl_heap_new_cid::target_tid

Definition at line 475 of file heapam_xlog.h.

◆ top_xid

TransactionId xl_heap_new_cid::top_xid

Definition at line 466 of file heapam_xlog.h.


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