PostgreSQL Source Code  git master
SpGistTypeDesc Struct Reference

#include <spgist_private.h>

Data Fields

Oid type
 
int16 attlen
 
bool attbyval
 
char attalign
 
char attstorage
 

Detailed Description

Definition at line 134 of file spgist_private.h.

Field Documentation

◆ attalign

char SpGistTypeDesc::attalign

Definition at line 139 of file spgist_private.h.

Referenced by fillTypeDesc(), and getSpGistTupleDesc().

◆ attbyval

◆ attlen

◆ attstorage

char SpGistTypeDesc::attstorage

Definition at line 140 of file spgist_private.h.

Referenced by fillTypeDesc(), and getSpGistTupleDesc().

◆ type

Oid SpGistTypeDesc::type

Definition at line 136 of file spgist_private.h.

Referenced by fillTypeDesc(), and getSpGistTupleDesc().


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