|
PostgreSQL Source Code git master
|
Data Fields | |
| BlockRangeReadStreamPrivate | range |
| SkipPages | skip_option |
| Relation | rel |
| Buffer * | vmbuffer |
Definition at line 165 of file verify_heapam.c.
| BlockRangeReadStreamPrivate HeapCheckReadStreamData::range |
Definition at line 174 of file verify_heapam.c.
Referenced by heapcheck_read_stream_next_unskippable().
| Relation HeapCheckReadStreamData::rel |
Definition at line 176 of file verify_heapam.c.
Referenced by heapcheck_read_stream_next_unskippable().
| SkipPages HeapCheckReadStreamData::skip_option |
Definition at line 175 of file verify_heapam.c.
Referenced by heapcheck_read_stream_next_unskippable().
| Buffer* HeapCheckReadStreamData::vmbuffer |
Definition at line 177 of file verify_heapam.c.
Referenced by heapcheck_read_stream_next_unskippable().