PostgreSQL Source Code  git master
GistSortedBuildLevelState Struct Reference

Data Fields

int current_page
 
BlockNumber last_blkno
 
struct GistSortedBuildLevelStateparent
 
Page pages [GIST_SORTED_BUILD_PAGE_NUM]
 

Detailed Description

Definition at line 123 of file gistbuild.c.

Field Documentation

◆ current_page

int GistSortedBuildLevelState::current_page

◆ last_blkno

BlockNumber GistSortedBuildLevelState::last_blkno

Definition at line 126 of file gistbuild.c.

Referenced by gist_indexsortbuild_levelstate_flush().

◆ pages

◆ parent

struct GistSortedBuildLevelState* GistSortedBuildLevelState::parent

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