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

#include <heapam.h>

Data Fields

HeapScanDescData rs_heap_base
 
Buffer rs_vmbuffer
 
int rs_empty_tuples_pending
 

Detailed Description

Definition at line 102 of file heapam.h.

Field Documentation

◆ rs_empty_tuples_pending

int BitmapHeapScanDescData::rs_empty_tuples_pending

◆ rs_heap_base

HeapScanDescData BitmapHeapScanDescData::rs_heap_base

Definition at line 104 of file heapam.h.

◆ rs_vmbuffer

Buffer BitmapHeapScanDescData::rs_vmbuffer

Definition at line 115 of file heapam.h.

Referenced by heap_beginscan(), heap_endscan(), heap_rescan(), and heapam_scan_bitmap_next_block().


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