PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
TBMIterateResult Struct Reference

#include <tidbitmap.h>

Data Fields

BlockNumber blockno
 
bool lossy
 
bool recheck
 
void * internal_page
 

Detailed Description

Definition at line 62 of file tidbitmap.h.

Field Documentation

◆ blockno

◆ internal_page

void* TBMIterateResult::internal_page

Definition at line 79 of file tidbitmap.h.

Referenced by tbm_extract_page_tuple(), tbm_private_iterate(), and tbm_shared_iterate().

◆ lossy

bool TBMIterateResult::lossy

◆ recheck

bool TBMIterateResult::recheck

Definition at line 72 of file tidbitmap.h.

Referenced by BitmapHeapScanNextBlock(), tbm_private_iterate(), and tbm_shared_iterate().


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