|
PostgreSQL Source Code git master
|
#include <gist_private.h>
Data Fields | |
| Relation | r |
| Relation | heapRel |
| Size | freespace |
| bool | is_build |
| GISTInsertStack * | stack |
Definition at line 251 of file gist_private.h.
| Size GISTInsertState::freespace |
Definition at line 255 of file gist_private.h.
| Relation GISTInsertState::heapRel |
Definition at line 254 of file gist_private.h.
| bool GISTInsertState::is_build |
Definition at line 256 of file gist_private.h.
| Relation GISTInsertState::r |
Definition at line 253 of file gist_private.h.
| GISTInsertStack* GISTInsertState::stack |
Definition at line 258 of file gist_private.h.