PostgreSQL Source Code git master
|
#include <heapam.h>
Data Fields | |
HeapScanDescData | rs_heap_base |
Buffer | rs_vmbuffer |
int | rs_empty_tuples_pending |
int BitmapHeapScanDescData::rs_empty_tuples_pending |
Definition at line 116 of file heapam.h.
Referenced by heap_beginscan(), heap_endscan(), heap_rescan(), heapam_scan_bitmap_next_block(), and heapam_scan_bitmap_next_tuple().
HeapScanDescData BitmapHeapScanDescData::rs_heap_base |
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().