PostgreSQL Source Code git master
|
#include <xlogreader.h>
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.
bool DecodedBkpBlock::apply_image |
Definition at line 137 of file xlogreader.h.
Referenced by DecodeXLogRecord(), and GetWALBlockInfo().
uint8 DecodedBkpBlock::bimg_info |
Definition at line 142 of file xlogreader.h.
Referenced by DecodeXLogRecord(), GetWALBlockInfo(), and RestoreBlockImage().
uint16 DecodedBkpBlock::bimg_len |
Definition at line 141 of file xlogreader.h.
Referenced by DecodeXLogRecord(), GetWALBlockInfo(), and RestoreBlockImage().
char* DecodedBkpBlock::bkp_image |
Definition at line 138 of file xlogreader.h.
Referenced by DecodeXLogRecord(), and RestoreBlockImage().
BlockNumber DecodedBkpBlock::blkno |
Definition at line 127 of file xlogreader.h.
Referenced by DecodeXLogRecord(), XLogPrefetcherNextBlock(), and XLogRecGetBlockTagExtended().
char* DecodedBkpBlock::data |
Definition at line 146 of file xlogreader.h.
Referenced by DecodeXLogRecord(), GetWALBlockInfo(), and XLogRecGetBlockData().
uint16 DecodedBkpBlock::data_bufsz |
Definition at line 148 of file xlogreader.h.
uint16 DecodedBkpBlock::data_len |
Definition at line 147 of file xlogreader.h.
Referenced by DecodeXLogRecord(), GetWALBlockInfo(), and XLogRecGetBlockData().
uint8 DecodedBkpBlock::flags |
Definition at line 133 of file xlogreader.h.
Referenced by DecodeXLogRecord(), and XLogPrefetcherNextBlock().
ForkNumber DecodedBkpBlock::forknum |
Definition at line 126 of file xlogreader.h.
Referenced by DecodeXLogRecord(), XLogPrefetcherNextBlock(), and XLogRecGetBlockTagExtended().
bool DecodedBkpBlock::has_data |
Definition at line 145 of file xlogreader.h.
Referenced by DecodeXLogRecord(), GetWALBlockInfo(), and XLogRecGetBlockData().
bool DecodedBkpBlock::has_image |
Definition at line 136 of file xlogreader.h.
Referenced by DecodeXLogRecord(), GetWALBlockInfo(), RestoreBlockImage(), and XLogPrefetcherNextBlock().
uint16 DecodedBkpBlock::hole_length |
Definition at line 140 of file xlogreader.h.
Referenced by DecodeXLogRecord(), and RestoreBlockImage().
uint16 DecodedBkpBlock::hole_offset |
Definition at line 139 of file xlogreader.h.
Referenced by DecodeXLogRecord(), and RestoreBlockImage().
bool DecodedBkpBlock::in_use |
Definition at line 122 of file xlogreader.h.
Referenced by DecodeXLogRecord(), RestoreBlockImage(), XLogPrefetcherNextBlock(), and XLogRecGetBlockData().
Buffer DecodedBkpBlock::prefetch_buffer |
Definition at line 130 of file xlogreader.h.
Referenced by DecodeXLogRecord(), XLogPrefetcherNextBlock(), and XLogRecGetBlockTagExtended().
RelFileLocator DecodedBkpBlock::rlocator |
Definition at line 125 of file xlogreader.h.
Referenced by DecodeXLogRecord(), GetWALBlockInfo(), XLogPrefetcherNextBlock(), and XLogRecGetBlockTagExtended().