PostgreSQL Source Code  git master
SpGistInnerTupleData Struct Reference

#include <spgist_private.h>

Data Fields

unsigned int tupstate:2
 
unsigned int allTheSame:1
 
unsigned int nNodes:13
 
unsigned int prefixSize:16
 
uint16 size
 

Detailed Description

Definition at line 292 of file spgist_private.h.

Field Documentation

◆ allTheSame

unsigned int SpGistInnerTupleData::allTheSame

◆ nNodes

unsigned int SpGistInnerTupleData::nNodes

◆ prefixSize

unsigned int SpGistInnerTupleData::prefixSize

◆ size

◆ tupstate

unsigned int SpGistInnerTupleData::tupstate

Definition at line 294 of file spgist_private.h.

Referenced by spgprocesspending(), and spgWalk().


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