PostgreSQL Source Code  git master
GISTNodeBuffer Struct Reference

#include <gist_private.h>

Data Fields

BlockNumber nodeBlocknum
 
int32 blocksCount
 
BlockNumber pageBlocknum
 
GISTNodeBufferPagepageBuffer
 
bool queuedForEmptying
 
bool isTemp
 
int level
 

Detailed Description

Definition at line 298 of file gist_private.h.

Field Documentation

◆ blocksCount

◆ isTemp

bool GISTNodeBuffer::isTemp

◆ level

int GISTNodeBuffer::level

Definition at line 312 of file gist_private.h.

Referenced by gistGetNodeBuffer(), and gistProcessEmptyingQueue().

◆ nodeBlocknum

BlockNumber GISTNodeBuffer::nodeBlocknum

Definition at line 300 of file gist_private.h.

Referenced by gistProcessEmptyingQueue().

◆ pageBlocknum

BlockNumber GISTNodeBuffer::pageBlocknum

◆ pageBuffer

◆ queuedForEmptying

bool GISTNodeBuffer::queuedForEmptying

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