PostgreSQL Source Code  git master
GISTInsertStack Struct Reference

#include <gist_private.h>

Data Fields

BlockNumber blkno
 
Buffer buffer
 
Page page
 
GistNSN lsn
 
bool retry_from_parent
 
OffsetNumber downlinkoffnum
 
struct GISTInsertStackparent
 

Detailed Description

Definition at line 207 of file gist_private.h.

Field Documentation

◆ blkno

BlockNumber GISTInsertStack::blkno

Definition at line 210 of file gist_private.h.

Referenced by gistdoinsert(), gistFindCorrectParent(), gistFindPath(), and gistfixsplit().

◆ buffer

Buffer GISTInsertStack::buffer

◆ downlinkoffnum

OffsetNumber GISTInsertStack::downlinkoffnum

◆ lsn

GistNSN GISTInsertStack::lsn

Definition at line 218 of file gist_private.h.

Referenced by gistdoinsert(), gistFindCorrectParent(), and gistFindPath().

◆ page

Page GISTInsertStack::page

◆ parent

struct GISTInsertStack* GISTInsertStack::parent

◆ retry_from_parent

bool GISTInsertStack::retry_from_parent

Definition at line 225 of file gist_private.h.

Referenced by gistdoinsert(), and gistfinishsplit().


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