PostgreSQL Source Code: XLogRecordBlockImageHeader Struct Reference (original) (raw)
#include <[xlogrecord.h](xlogrecord%5F8h%5Fsource.html)>
Data Fields | |
---|---|
uint16 | length |
uint16 | hole_offset |
uint8 | bimg_info |
Detailed Description
Definition at line 141 of file xlogrecord.h.
Field Documentation
◆ bimg_info
uint8 XLogRecordBlockImageHeader::bimg_info
Definition at line 145 of file xlogrecord.h.
Referenced by XLogRecordAssemble().
◆ hole_offset
uint16 XLogRecordBlockImageHeader::hole_offset
Definition at line 144 of file xlogrecord.h.
Referenced by XLogRecordAssemble().
◆ length
uint16 XLogRecordBlockImageHeader::length
Definition at line 143 of file xlogrecord.h.
Referenced by XLogRecordAssemble().
The documentation for this struct was generated from the following file:
- src/include/access/xlogrecord.h