Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

GISTBuildBuffers Struct Reference

#include <gist_private.h>

Data Fields

MemoryContext context
BufFilepfile
long nFileBlocks
long * freeBlocks
int nFreeBlocks
int freeBlocksLen
HTABnodeBuffersTab
ListbufferEmptyingQueue
int levelStep
int pagesPerBuffer
List ** buffersOnLevels
int buffersOnLevelsLen
GISTNodeBuffer ** loadedBuffers
int loadedBuffersCount
int loadedBuffersLen
int rootlevel

Detailed Description

Definition at line 353 of file gist_private.h.


Field Documentation

Definition at line 383 of file gist_private.h.

Referenced by gistEmptyAllBuffers(), gistGetNodeBuffer(), and gistInitBuildBuffers().

Definition at line 384 of file gist_private.h.

Referenced by gistEmptyAllBuffers(), gistGetNodeBuffer(), and gistInitBuildBuffers().

Definition at line 366 of file gist_private.h.

Referenced by gistBuffersReleaseBlock(), and gistInitBuildBuffers().

Definition at line 379 of file gist_private.h.

Referenced by gistBuildCallback(), and gistInitBuildBuffers().

Definition at line 392 of file gist_private.h.

Referenced by gistAddLoadedBuffer(), and gistInitBuildBuffers().

Definition at line 359 of file gist_private.h.

Referenced by gistBuffersGetFreeBlock(), and gistInitBuildBuffers().

Definition at line 380 of file gist_private.h.

Referenced by gistBuildCallback(), and gistInitBuildBuffers().


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