PostgreSQL Source Code  git master
BloomMetaPageData Struct Reference

#include <bloom.h>

Data Fields

uint32 magickNumber
 
uint16 nStart
 
uint16 nEnd
 
BloomOptions opts
 
FreeBlockNumberArray notFullPage
 

Detailed Description

Definition at line 121 of file bloom.h.

Field Documentation

◆ magickNumber

uint32 BloomMetaPageData::magickNumber

Definition at line 123 of file bloom.h.

Referenced by BloomFillMetapage(), and initBloomState().

◆ nEnd

uint16 BloomMetaPageData::nEnd

Definition at line 125 of file bloom.h.

Referenced by blbulkdelete(), and blinsert().

◆ notFullPage

FreeBlockNumberArray BloomMetaPageData::notFullPage

Definition at line 127 of file bloom.h.

Referenced by blbulkdelete(), and blinsert().

◆ nStart

uint16 BloomMetaPageData::nStart

Definition at line 124 of file bloom.h.

Referenced by blbulkdelete(), and blinsert().

◆ opts

BloomOptions BloomMetaPageData::opts

Definition at line 126 of file bloom.h.

Referenced by BloomFillMetapage(), and initBloomState().


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