PostgreSQL Source Code  git master
SplitedPageLayout Struct Reference

#include <gist_private.h>

Data Fields

gistxlogPage block
 
IndexTupleDatalist
 
int lenlist
 
IndexTuple itup
 
Page page
 
Buffer buffer
 
struct SplitedPageLayoutnext
 

Detailed Description

Definition at line 191 of file gist_private.h.

Field Documentation

◆ block

gistxlogPage SplitedPageLayout::block

◆ buffer

Buffer SplitedPageLayout::buffer

Definition at line 198 of file gist_private.h.

Referenced by gistplacetopage(), and gistXLogSplit().

◆ itup

IndexTuple SplitedPageLayout::itup

Definition at line 196 of file gist_private.h.

Referenced by gist_indexsortbuild_levelstate_flush(), and gistplacetopage().

◆ lenlist

int SplitedPageLayout::lenlist

◆ list

IndexTupleData* SplitedPageLayout::list

◆ next

struct SplitedPageLayout* SplitedPageLayout::next

◆ page

Page SplitedPageLayout::page

Definition at line 197 of file gist_private.h.

Referenced by gistplacetopage().


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