|
PostgreSQL Source Code git master
|
#include <spgist_private.h>
Data Fields | |
| spgConfigOut | config |
| SpGistTypeDesc | attType |
| SpGistTypeDesc | attLeafType |
| SpGistTypeDesc | attPrefixType |
| SpGistTypeDesc | attLabelType |
| SpGistLUPCache | lastUsedPages |
Definition at line 250 of file spgist_private.h.
| SpGistTypeDesc SpGistCache::attLabelType |
Definition at line 257 of file spgist_private.h.
Referenced by initSpGistState(), and spgGetCache().
| SpGistTypeDesc SpGistCache::attLeafType |
Definition at line 255 of file spgist_private.h.
Referenced by initSpGistState(), and spgGetCache().
| SpGistTypeDesc SpGistCache::attPrefixType |
Definition at line 256 of file spgist_private.h.
Referenced by initSpGistState(), and spgGetCache().
| SpGistTypeDesc SpGistCache::attType |
Definition at line 254 of file spgist_private.h.
Referenced by initSpGistState(), and spgGetCache().
| spgConfigOut SpGistCache::config |
Definition at line 252 of file spgist_private.h.
Referenced by initSpGistState(), spgcanreturn(), and spgGetCache().
| SpGistLUPCache SpGistCache::lastUsedPages |
Definition at line 259 of file spgist_private.h.
Referenced by allocNewBuffer(), spgGetCache(), and SpGistUpdateMetaPage().