|
PostgreSQL Source Code git master
|
Data Fields | |
| int | current_page |
| BlockNumber | last_blkno |
| struct GistSortedBuildLevelState * | parent |
| Page | pages [GIST_SORTED_BUILD_PAGE_NUM] |
Definition at line 123 of file gistbuild.c.
| int GistSortedBuildLevelState::current_page |
Definition at line 125 of file gistbuild.c.
Referenced by gist_indexsortbuild(), gist_indexsortbuild_levelstate_add(), and gist_indexsortbuild_levelstate_flush().
| BlockNumber GistSortedBuildLevelState::last_blkno |
Definition at line 126 of file gistbuild.c.
Referenced by gist_indexsortbuild_levelstate_flush().
| Page GistSortedBuildLevelState::pages[GIST_SORTED_BUILD_PAGE_NUM] |
Definition at line 128 of file gistbuild.c.
Referenced by gist_indexsortbuild(), gist_indexsortbuild_levelstate_add(), and gist_indexsortbuild_levelstate_flush().
| struct GistSortedBuildLevelState* GistSortedBuildLevelState::parent |
Definition at line 127 of file gistbuild.c.
Referenced by gist_indexsortbuild(), gist_indexsortbuild_levelstate_flush(), gistBufferingFindCorrectParent(), and gistMemorizeParent().