PostgreSQL Source Code git master
|
Data Fields | |
GISTENTRY | entry [INDEX_MAX_KEYS] |
bool | isnull [INDEX_MAX_KEYS] |
GISTPageSplitInfo * | splitinfo |
GISTNodeBuffer * | nodeBuffer |
Definition at line 519 of file gistbuildbuffers.c.
GISTENTRY RelocationBufferInfo::entry[INDEX_MAX_KEYS] |
Definition at line 521 of file gistbuildbuffers.c.
Referenced by gistRelocateBuildBuffersOnSplit().
bool RelocationBufferInfo::isnull[INDEX_MAX_KEYS] |
Definition at line 522 of file gistbuildbuffers.c.
Referenced by gistRelocateBuildBuffersOnSplit().
GISTNodeBuffer* RelocationBufferInfo::nodeBuffer |
Definition at line 524 of file gistbuildbuffers.c.
Referenced by gistRelocateBuildBuffersOnSplit().
GISTPageSplitInfo* RelocationBufferInfo::splitinfo |
Definition at line 523 of file gistbuildbuffers.c.
Referenced by gistRelocateBuildBuffersOnSplit().