PostgreSQL Source Code: HashMetaPageData Struct Reference (original) (raw)

#include <[hash.h](hash%5F8h%5Fsource.html)>

Data Fields
uint32 hashm_magic
uint32 hashm_version
double hashm_ntuples
uint16 hashm_ffactor
uint16 hashm_bsize
uint16 hashm_bmsize
uint16 hashm_bmshift
uint32 hashm_maxbucket
uint32 hashm_highmask
uint32 hashm_lowmask
uint32 hashm_ovflpoint
uint32 hashm_firstfree
uint32 hashm_nmaps
RegProcedure hashm_procid
uint32 hashm_spares [HASH_MAX_SPLITPOINTS]
BlockNumber hashm_mapp [HASH_MAX_BITMAPS]

Definition at line 244 of file hash.h.

hashm_bmshift

uint16 HashMetaPageData::hashm_bmshift

hashm_bmsize

uint16 HashMetaPageData::hashm_bmsize

hashm_bsize

uint16 HashMetaPageData::hashm_bsize

hashm_ffactor

uint16 HashMetaPageData::hashm_ffactor

hashm_firstfree

uint32 HashMetaPageData::hashm_firstfree

hashm_highmask

uint32 HashMetaPageData::hashm_highmask

hashm_lowmask

uint32 HashMetaPageData::hashm_lowmask

hashm_magic

uint32 HashMetaPageData::hashm_magic

hashm_mapp

hashm_maxbucket

uint32 HashMetaPageData::hashm_maxbucket

hashm_nmaps

uint32 HashMetaPageData::hashm_nmaps

hashm_ntuples

double HashMetaPageData::hashm_ntuples

hashm_ovflpoint

uint32 HashMetaPageData::hashm_ovflpoint

hashm_procid

hashm_spares

hashm_version

uint32 HashMetaPageData::hashm_version


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