PostgreSQL Source Code  git master
BitmapHeapScanInstrumentation Struct Reference

#include <execnodes.h>

Data Fields

uint64 exact_pages
 
uint64 lossy_pages
 

Detailed Description

Definition at line 1768 of file execnodes.h.

Field Documentation

◆ exact_pages

uint64 BitmapHeapScanInstrumentation::exact_pages

Definition at line 1770 of file execnodes.h.

Referenced by BitmapHeapNext(), ExecEndBitmapHeapScan(), and show_tidbitmap_info().

◆ lossy_pages

uint64 BitmapHeapScanInstrumentation::lossy_pages

Definition at line 1771 of file execnodes.h.

Referenced by BitmapHeapNext(), ExecEndBitmapHeapScan(), and show_tidbitmap_info().


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