|
PostgreSQL Source Code git master
|
#include <heapam_xlog.h>
Data Fields | |
| TransactionId | old_xmax |
| OffsetNumber | old_offnum |
| uint8 | old_infobits_set |
| uint8 | flags |
| TransactionId | new_xmax |
| OffsetNumber | new_offnum |
Definition at line 247 of file heapam_xlog.h.
| uint8 xl_heap_update::flags |
Definition at line 252 of file heapam_xlog.h.
| OffsetNumber xl_heap_update::new_offnum |
Definition at line 254 of file heapam_xlog.h.
| TransactionId xl_heap_update::new_xmax |
Definition at line 253 of file heapam_xlog.h.
| uint8 xl_heap_update::old_infobits_set |
Definition at line 251 of file heapam_xlog.h.
| OffsetNumber xl_heap_update::old_offnum |
Definition at line 250 of file heapam_xlog.h.
| TransactionId xl_heap_update::old_xmax |
Definition at line 249 of file heapam_xlog.h.