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