|
PostgreSQL Source Code git master
|
#include <heapam_xlog.h>
Data Fields | |
| TransactionId | xmax |
| OffsetNumber | offnum |
| uint8 | infobits_set |
| uint8 | flags |
Definition at line 436 of file heapam_xlog.h.
| uint8 xl_heap_lock::flags |
Definition at line 441 of file heapam_xlog.h.
| uint8 xl_heap_lock::infobits_set |
Definition at line 440 of file heapam_xlog.h.
| OffsetNumber xl_heap_lock::offnum |
Definition at line 439 of file heapam_xlog.h.
| TransactionId xl_heap_lock::xmax |
Definition at line 438 of file heapam_xlog.h.