PostgreSQL Source Code
git master
|
#include <heapam_xlog.h>
Data Fields | |
TransactionId | xmax |
OffsetNumber | offset |
uint16 | t_infomask2 |
uint16 | t_infomask |
uint8 | frzflags |
Definition at line 324 of file heapam_xlog.h.
uint8 xl_heap_freeze_tuple::frzflags |
Definition at line 330 of file heapam_xlog.h.
Referenced by heap_execute_freeze_tuple(), and heap_prepare_freeze_tuple().
OffsetNumber xl_heap_freeze_tuple::offset |
Definition at line 327 of file heapam_xlog.h.
Referenced by heap_xlog_freeze_page(), and lazy_scan_prune().
uint16 xl_heap_freeze_tuple::t_infomask |
Definition at line 329 of file heapam_xlog.h.
Referenced by heap_execute_freeze_tuple(), and heap_prepare_freeze_tuple().
uint16 xl_heap_freeze_tuple::t_infomask2 |
Definition at line 328 of file heapam_xlog.h.
Referenced by heap_execute_freeze_tuple(), and heap_prepare_freeze_tuple().
TransactionId xl_heap_freeze_tuple::xmax |
Definition at line 326 of file heapam_xlog.h.
Referenced by heap_execute_freeze_tuple(), and heap_prepare_freeze_tuple().