PostgreSQL Source Code
git master
|
#include <gist_private.h>
Data Fields | |
gistxlogPage | block |
IndexTupleData * | list |
int | lenlist |
IndexTuple | itup |
Page | page |
Buffer | buffer |
struct SplitedPageLayout * | next |
Definition at line 191 of file gist_private.h.
gistxlogPage SplitedPageLayout::block |
Definition at line 193 of file gist_private.h.
Referenced by gist_indexsortbuild_levelstate_flush(), gistplacetopage(), and gistXLogSplit().
Buffer SplitedPageLayout::buffer |
Definition at line 198 of file gist_private.h.
Referenced by gistplacetopage(), and gistXLogSplit().
IndexTuple SplitedPageLayout::itup |
Definition at line 196 of file gist_private.h.
Referenced by gist_indexsortbuild_levelstate_flush(), and gistplacetopage().
int SplitedPageLayout::lenlist |
Definition at line 195 of file gist_private.h.
Referenced by gist_indexsortbuild_levelstate_flush(), gistplacetopage(), and gistXLogSplit().
IndexTupleData* SplitedPageLayout::list |
Definition at line 194 of file gist_private.h.
Referenced by gist_indexsortbuild_levelstate_flush(), gistplacetopage(), and gistXLogSplit().
struct SplitedPageLayout* SplitedPageLayout::next |
Definition at line 200 of file gist_private.h.
Referenced by gist_indexsortbuild_levelstate_flush(), gistplacetopage(), gistSplit(), and gistXLogSplit().
Page SplitedPageLayout::page |
Definition at line 197 of file gist_private.h.
Referenced by gistplacetopage().