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