PostgreSQL Source Code  git master
GISTNodeBufferPage Struct Reference

#include <gist_private.h>

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

◆ 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: