PostgreSQL Source Code  git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
GISTBuildState Struct Reference

Data Fields

Relation indexrel
 
Relation heaprel
 
GISTSTATEgiststate
 
Size freespace
 
GistBuildMode buildMode
 
int64 indtuples
 
int64 indtuplesSize
 
GISTBuildBuffersgfbb
 
HTABparentMap
 
Tuplesortstatesortstate
 
BlockNumber pages_allocated
 
BulkWriteStatebulkstate
 

Detailed Description

Definition at line 82 of file gistbuild.c.

Field Documentation

◆ buildMode

GistBuildMode GISTBuildState::buildMode

Definition at line 90 of file gistbuild.c.

Referenced by gistbuild(), gistBuildCallback(), and gistInitBuffering().

◆ bulkstate

BulkWriteState* GISTBuildState::bulkstate

Definition at line 110 of file gistbuild.c.

◆ freespace

Size GISTBuildState::freespace

◆ gfbb

◆ giststate

◆ heaprel

Relation GISTBuildState::heaprel

Definition at line 85 of file gistbuild.c.

Referenced by gistbufferinginserttuples(), gistbuild(), and gistBuildCallback().

◆ indexrel

◆ indtuples

int64 GISTBuildState::indtuples

◆ indtuplesSize

int64 GISTBuildState::indtuplesSize

◆ pages_allocated

BlockNumber GISTBuildState::pages_allocated

Definition at line 108 of file gistbuild.c.

◆ parentMap

HTAB* GISTBuildState::parentMap

Definition at line 101 of file gistbuild.c.

Referenced by gistGetParent(), gistInitParentMap(), and gistMemorizeParent().

◆ sortstate

Tuplesortstate* GISTBuildState::sortstate

Definition at line 106 of file gistbuild.c.

Referenced by gistbuild(), and gistSortedBuildCallback().


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