PostgreSQL Source Code  git master
RelocationBufferInfo Struct Reference

Data Fields

GISTENTRY entry [INDEX_MAX_KEYS]
 
bool isnull [INDEX_MAX_KEYS]
 
GISTPageSplitInfosplitinfo
 
GISTNodeBuffernodeBuffer
 

Detailed Description

Definition at line 519 of file gistbuildbuffers.c.

Field Documentation

◆ entry

GISTENTRY RelocationBufferInfo::entry[INDEX_MAX_KEYS]

Definition at line 521 of file gistbuildbuffers.c.

Referenced by gistRelocateBuildBuffersOnSplit().

◆ isnull

bool RelocationBufferInfo::isnull[INDEX_MAX_KEYS]

Definition at line 522 of file gistbuildbuffers.c.

Referenced by gistRelocateBuildBuffersOnSplit().

◆ nodeBuffer

GISTNodeBuffer* RelocationBufferInfo::nodeBuffer

Definition at line 524 of file gistbuildbuffers.c.

Referenced by gistRelocateBuildBuffersOnSplit().

◆ splitinfo

GISTPageSplitInfo* RelocationBufferInfo::splitinfo

Definition at line 523 of file gistbuildbuffers.c.

Referenced by gistRelocateBuildBuffersOnSplit().


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