|
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 478 of file heapam_xlog.h.
| CommandId xl_heap_new_cid::cmax |
Definition at line 486 of file heapam_xlog.h.
| CommandId xl_heap_new_cid::cmin |
Definition at line 485 of file heapam_xlog.h.
| CommandId xl_heap_new_cid::combocid |
Definition at line 487 of file heapam_xlog.h.
| RelFileLocator xl_heap_new_cid::target_locator |
Definition at line 492 of file heapam_xlog.h.
| ItemPointerData xl_heap_new_cid::target_tid |
Definition at line 493 of file heapam_xlog.h.
| TransactionId xl_heap_new_cid::top_xid |
Definition at line 484 of file heapam_xlog.h.