|
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().
| FreeBlockNumberArray BloomMetaPageData::notFullPage |
| BloomOptions BloomMetaPageData::opts |
Definition at line 123 of file bloom.h.
Referenced by BloomFillMetapage(), and initBloomState().