PostgreSQL Source Code
git master
|
#include <gist_private.h>
Data Fields | |
BlockNumber | prev |
uint32 | freespace |
char | tupledata [FLEXIBLE_ARRAY_MEMBER] |
Definition at line 46 of file gist_private.h.
uint32 GISTNodeBufferPage::freespace |
Definition at line 49 of file gist_private.h.
BlockNumber GISTNodeBufferPage::prev |
Definition at line 48 of file gist_private.h.
Referenced by gistAllocateNewPageBuffer(), gistPopItupFromNodeBuffer(), and gistPushItupToNodeBuffer().
char GISTNodeBufferPage::tupledata[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 50 of file gist_private.h.