|
PostgreSQL Source Code git master
|
#include <heapam_xlog.h>
Data Fields | |
| TransactionId | xmax |
| OffsetNumber | offnum |
| uint8 | infobits_set |
| uint8 | flags |
Definition at line 447 of file heapam_xlog.h.
| uint8 xl_heap_lock_updated::flags |
Definition at line 452 of file heapam_xlog.h.
| uint8 xl_heap_lock_updated::infobits_set |
Definition at line 451 of file heapam_xlog.h.
| OffsetNumber xl_heap_lock_updated::offnum |
Definition at line 450 of file heapam_xlog.h.
| TransactionId xl_heap_lock_updated::xmax |
Definition at line 449 of file heapam_xlog.h.