PostgreSQL Source Code: GISTNodeBufferPage Struct Reference (original) (raw)
#include <[gist_private.h](gist%5F%5Fprivate%5F8h%5Fsource.html)>
Data Fields | |
---|---|
BlockNumber | prev |
uint32 | freespace |
char | tupledata [FLEXIBLE_ARRAY_MEMBER] |
Detailed Description
Definition at line 46 of file gist_private.h.
Field Documentation
◆ freespace
uint32 GISTNodeBufferPage::freespace
Definition at line 49 of file gist_private.h.
◆ prev
BlockNumber GISTNodeBufferPage::prev
Definition at line 48 of file gist_private.h.
Referenced by gistAllocateNewPageBuffer(), gistPopItupFromNodeBuffer(), and gistPushItupToNodeBuffer().
◆ tupledata
char GISTNodeBufferPage::tupledata[FLEXIBLE_ARRAY_MEMBER]
Definition at line 50 of file gist_private.h.
The documentation for this struct was generated from the following file:
- src/include/access/gist_private.h