PostgreSQL Source Code: GISTInsertState Struct Reference (original) (raw)

#include <[gist_private.h](gist%5F%5Fprivate%5F8h%5Fsource.html)>

Data Fields
Relation r
Relation heapRel
Size freespace
bool is_build
GISTInsertStack * stack

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: