PostgreSQL Source Code  git master
BrinOpaque Struct Reference

Data Fields

BlockNumber bo_pagesPerRange
 
BrinRevmapbo_rmAccess
 
BrinDescbo_bdesc
 

Detailed Description

Definition at line 199 of file brin.c.

Field Documentation

◆ bo_bdesc

BrinDesc* BrinOpaque::bo_bdesc

Definition at line 203 of file brin.c.

Referenced by brinbeginscan(), brinendscan(), and bringetbitmap().

◆ bo_pagesPerRange

BlockNumber BrinOpaque::bo_pagesPerRange

Definition at line 201 of file brin.c.

Referenced by brinbeginscan(), and bringetbitmap().

◆ bo_rmAccess

BrinRevmap* BrinOpaque::bo_rmAccess

Definition at line 202 of file brin.c.

Referenced by brinbeginscan(), brinendscan(), and bringetbitmap().


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