|
PostgreSQL Source Code git master
|
#include <bloom.h>
Data Fields | |
| uint32 | magickNumber |
| uint16 | nStart |
| uint16 | nEnd |
| BloomOptions | opts |
| FreeBlockNumberArray | notFullPage |
| uint32 BloomMetaPageData::magickNumber |
Definition at line 120 of file bloom.h.
Referenced by BloomFillMetapage(), and initBloomState().
| uint16 BloomMetaPageData::nEnd |
Definition at line 122 of file bloom.h.
Referenced by blbulkdelete(), and blinsert().
| FreeBlockNumberArray BloomMetaPageData::notFullPage |
Definition at line 124 of file bloom.h.
Referenced by blbulkdelete(), and blinsert().
| uint16 BloomMetaPageData::nStart |
Definition at line 121 of file bloom.h.
Referenced by blbulkdelete(), and blinsert().
| BloomOptions BloomMetaPageData::opts |
Definition at line 123 of file bloom.h.
Referenced by BloomFillMetapage(), and initBloomState().