PostgreSQL Source Code  git master
SpGistCache Struct Reference

#include <spgist_private.h>

Data Fields

spgConfigOut config
 
SpGistTypeDesc attType
 
SpGistTypeDesc attLeafType
 
SpGistTypeDesc attPrefixType
 
SpGistTypeDesc attLabelType
 
SpGistLUPCache lastUsedPages
 

Detailed Description

Definition at line 250 of file spgist_private.h.

Field Documentation

◆ attLabelType

SpGistTypeDesc SpGistCache::attLabelType

Definition at line 257 of file spgist_private.h.

Referenced by initSpGistState(), and spgGetCache().

◆ attLeafType

SpGistTypeDesc SpGistCache::attLeafType

Definition at line 255 of file spgist_private.h.

Referenced by initSpGistState(), and spgGetCache().

◆ attPrefixType

SpGistTypeDesc SpGistCache::attPrefixType

Definition at line 256 of file spgist_private.h.

Referenced by initSpGistState(), and spgGetCache().

◆ attType

SpGistTypeDesc SpGistCache::attType

Definition at line 254 of file spgist_private.h.

Referenced by initSpGistState(), and spgGetCache().

◆ config

spgConfigOut SpGistCache::config

Definition at line 252 of file spgist_private.h.

Referenced by initSpGistState(), spgcanreturn(), and spgGetCache().

◆ lastUsedPages

SpGistLUPCache SpGistCache::lastUsedPages

Definition at line 259 of file spgist_private.h.

Referenced by allocNewBuffer(), spgGetCache(), and SpGistUpdateMetaPage().


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