PostgreSQL Source Code: DecodedBkpBlock Struct Reference (original) (raw)
#include <[xlogreader.h](xlogreader%5F8h%5Fsource.html)>
Data Fields | |
---|---|
bool | in_use |
RelFileLocator | rlocator |
ForkNumber | forknum |
BlockNumber | blkno |
Buffer | prefetch_buffer |
uint8 | flags |
bool | has_image |
bool | apply_image |
char * | bkp_image |
uint16 | hole_offset |
uint16 | hole_length |
uint16 | bimg_len |
uint8 | bimg_info |
bool | has_data |
char * | data |
uint16 | data_len |
uint16 | data_bufsz |
Definition at line 119 of file xlogreader.h.
◆ apply_image
bool DecodedBkpBlock::apply_image
◆ bimg_info
uint8 DecodedBkpBlock::bimg_info
◆ bimg_len
uint16 DecodedBkpBlock::bimg_len
◆ bkp_image
char* DecodedBkpBlock::bkp_image
◆ blkno
◆ data
char* DecodedBkpBlock::data
◆ data_bufsz
uint16 DecodedBkpBlock::data_bufsz
◆ data_len
uint16 DecodedBkpBlock::data_len
◆ flags
uint8 DecodedBkpBlock::flags
◆ forknum
◆ has_data
bool DecodedBkpBlock::has_data
◆ has_image
bool DecodedBkpBlock::has_image
◆ hole_length
uint16 DecodedBkpBlock::hole_length
◆ hole_offset
uint16 DecodedBkpBlock::hole_offset
◆ in_use
bool DecodedBkpBlock::in_use
◆ prefetch_buffer
Buffer DecodedBkpBlock::prefetch_buffer
◆ rlocator
The documentation for this struct was generated from the following file:
- src/include/access/xlogreader.h