PostgreSQL Source Code git master
Loading...
Searching...
No Matches
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

Definition at line 125 of file gistbuild.c.

◆ last_blkno

BlockNumber GistSortedBuildLevelState::last_blkno

Definition at line 126 of file gistbuild.c.

◆ pages

Page GistSortedBuildLevelState::pages[GIST_SORTED_BUILD_PAGE_NUM]

Definition at line 128 of file gistbuild.c.

Referenced by gist_indexsortbuild_levelstate_flush().

◆ parent


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