PostgreSQL Source Code
git master
|
#include <spgist_private.h>
Data Fields | |
BlockNumber | blkno |
int | freeSpace |
Definition at line 98 of file spgist_private.h.
BlockNumber SpGistLastUsedPage::blkno |
Definition at line 100 of file spgist_private.h.
Referenced by allocNewBuffer(), SpGistGetBuffer(), SpGistInitMetapage(), and SpGistSetLastUsedPage().
int SpGistLastUsedPage::freeSpace |
Definition at line 101 of file spgist_private.h.
Referenced by allocNewBuffer(), SpGistGetBuffer(), and SpGistSetLastUsedPage().