PostgreSQL Source Code  git master
GISTInsertState Struct Reference

#include <gist_private.h>

Data Fields

Relation r
 
Relation heapRel
 
Size freespace
 
bool is_build
 
GISTInsertStackstack
 

Detailed Description

Definition at line 251 of file gist_private.h.

Field Documentation

◆ freespace

Size GISTInsertState::freespace

Definition at line 255 of file gist_private.h.

◆ heapRel

Relation GISTInsertState::heapRel

Definition at line 254 of file gist_private.h.

◆ is_build

bool GISTInsertState::is_build

Definition at line 256 of file gist_private.h.

◆ r

Relation GISTInsertState::r

Definition at line 253 of file gist_private.h.

◆ stack

GISTInsertStack* GISTInsertState::stack

Definition at line 258 of file gist_private.h.


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