PostgreSQL Source Code git master
HeapCheckReadStreamData Struct Reference

Data Fields

BlockRangeReadStreamPrivate range
 
SkipPages skip_option
 
Relation rel
 
Buffervmbuffer
 

Detailed Description

Definition at line 165 of file verify_heapam.c.

Field Documentation

◆ range

BlockRangeReadStreamPrivate HeapCheckReadStreamData::range

Definition at line 174 of file verify_heapam.c.

Referenced by heapcheck_read_stream_next_unskippable().

◆ rel

Relation HeapCheckReadStreamData::rel

Definition at line 176 of file verify_heapam.c.

Referenced by heapcheck_read_stream_next_unskippable().

◆ skip_option

SkipPages HeapCheckReadStreamData::skip_option

Definition at line 175 of file verify_heapam.c.

Referenced by heapcheck_read_stream_next_unskippable().

◆ vmbuffer

Buffer* HeapCheckReadStreamData::vmbuffer

Definition at line 177 of file verify_heapam.c.

Referenced by heapcheck_read_stream_next_unskippable().


The documentation for this struct was generated from the following file: